-
Hi, We were looking to the sources and we've discovered that Stirling-PDF launches a unique unoconv process to convert files to PDF leveraging open office. My question is: did anyone carry out a performance tests by converting dozens or hundreds of files ? How does it behave ? I believe that the Stirling-pdf API doesn't support any kind of queue or a mechanism to deal with a huge number of requests because of - maybe - OpenOffice process which doesn't allow to launch multi instances of its process. I look forward to read your reponses |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
We implement a max instance count for each operation depending on how heavy it is Due to the max instance count the job does 'queue' of sorts |
Beta Was this translation helpful? Give feedback.
-
I've created it => #2003 |
Beta Was this translation helpful? Give feedback.
We implement a max instance count for each operation depending on how heavy it is
We plan to dynamically change this but currently it's static
Due to the max instance count the job does 'queue' of sorts