Forum How do I...?

Server overloaded due to multiple requests

skapare
Hi,

I am checking for multiple HTML files to covert into PDF files.
I tested for 300, 500 HTML files on a local server and I found that sending 300/500 concurrent request to generate PDF files is not working good with the memory usge and load on the system.

I found that those instances takes all the memory and overload the CPU.

Do you have some solution for this??

Thanks,
Shrikant
mikeday
You will need to queue them on your server code, to handle such a large volume of simultaneous requests.