Hi,
Recently, we have made some changes to our HTML-to-PDF conversion workflow logic. Now, it tries to process multiple HTML files in parallel using the PrinceWrapper class simultaneously.
We observed that 7–10 such instances run in parallel, and the mentioned exception occurs sporadically (as shown in the image prince.png). Sometimes, the process completes without any issues.
We are using:
Assembly PrinceXML.Wrapper, Version=1.2.0.0, Culture=neutral, PublicKeyToken=null
The question is:
Does Prince have any limitation in processing html documents parallel (multi-threading) ?
If not, what would be the reason for failure ?
Recently, we have made some changes to our HTML-to-PDF conversion workflow logic. Now, it tries to process multiple HTML files in parallel using the PrinceWrapper class simultaneously.
We observed that 7–10 such instances run in parallel, and the mentioned exception occurs sporadically (as shown in the image prince.png). Sometimes, the process completes without any issues.
We are using:
Assembly PrinceXML.Wrapper, Version=1.2.0.0, Culture=neutral, PublicKeyToken=null
The question is:
Does Prince have any limitation in processing html documents parallel (multi-threading) ?
If not, what would be the reason for failure ?