<cfpdf action with multiple users affecting server performance?
I have an application that creates 1-10 page PDF's using <cfpdf action tag.
I have tested and it works well.
My client wants to unveil this app to hundreds of users at the same time.
Normal usage will be 5-15 simultaneously...but that first day there could be hundreds.
I am afraid that hundreds of users creating PDF's at the same time might bring down the server.
Is this something I should be worried about?
Is there any code I can add to the app that could remedy any potential problems?
Is there a certain number of concurrent creating PDF's that cause problems?
If so is there a way to see if I am at the number to avoid server issues?
Would 5-15 concurrent users creating PDF's cause problems
