Hi,
I'm using the free version of prince to test a local pdf rendering api service
I'm trying to test the concurrency capabilities of the service when rendering larger pdfs (~ 6 seconds render time / pdf)
I've tested my service with both prince and wkhtmltopdf with the apache benchmark tool (ab), and while wkhtmltopdf is able to handle the load, when running the service with prince, it "queues" the processes and the benchmark tool times out.
It's possible that I'm not using the web framework as I should be or that I don't understand well enough the concurrency model I'm using
My question is:
Is the free version of prince less "performant" somehow than the server license version?
I'm using the free version of prince to test a local pdf rendering api service
I'm trying to test the concurrency capabilities of the service when rendering larger pdfs (~ 6 seconds render time / pdf)
I've tested my service with both prince and wkhtmltopdf with the apache benchmark tool (ab), and while wkhtmltopdf is able to handle the load, when running the service with prince, it "queues" the processes and the benchmark tool times out.
It's possible that I'm not using the web framework as I should be or that I don't understand well enough the concurrency model I'm using
My question is:
Is the free version of prince less "performant" somehow than the server license version?