Multiple processors

Hi,

I am using Aspose.Words and Aspose.Pdf.Kit components in .NET environment. I have the application running on the server machine that has multiple processors. However, it appears that Aspose components are using only single processor.

Is there a way for the Aspose tasks running on the server to be divided between the processors to allow the system as a whole to run faster and shorten the processing time?

Thank you

Hi

<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

Thanks for your inquiry. I think, you can just process documents in multiple threads – one thread per document. In this case, threads should be distributed between processors. This will allow you to improve performance.

Hope this helps.

Best regards.