Multiple parse requests

Hi,
I’m a technical director in a development firm, and I’m very interested by using your Aspose product for excel on my web server proposition. I have just small question for you. I want to use Aspose.Excel for reading xls files that have been uploaded on my server. Is it possible to have multiple parsing processes at one time, like a pool of parser? Otherwise, how to process all the recieved documents? my client don’t want an asynchronous process… Thanks for replying and very good job with this product

Thank you for considering Aspose.Excel.

Aspose.Excel is a dotnet compont and can be used concurrently in multi-processes. I think you can make a pool of parser with Aspose.Excel. How to make this pool depends on your application. Some other Aspose.Excel users make their applications in same situation as yours.