We are experiencing severe performance issues in our web-based application after upgrading to your latest library version.
We use your component to convert Docxs, Images and HTML content. The issues began after we updated our system code and included your updated library.
We urgently need clarification on how your library behaves under load, especially in an ASP.NET
environment. Could you please help answer the following:
- Does your DOCX to PDF (and PDF-to-DOCX) conversion use synchronous or asynchronous processing internally?
- Does the conversion block the calling thread (e.g., in a web request)?
- Is your library thread-safe when used with multiple concurrent requests?
- Does it lock any resources (files, memory, handles, etc.) that could cause contention under load?
- Do you recommend a limit to how many conversions should run concurrently in production?
- Is there any way to enable internal logging of conversion time, thread usage, or similar for troubleshooting?
This is critical for us to understand as we are diagnosing thread starvation and performance bottlenecks.
Thank you in advance for your urgent assistance.