Known causes for concurrent request limits in CF 9?
Hello,
I am looking into a concurrent requests issue that has just recently come to my attention with ColdFusion 9. It appears that ColdFusion can only process 12 requests at the same time using windows launched from one browser (IE 11) from one client computer. I launch 30 instances of a page that writes a file then sleeps for 30 seconds. I notice that 12 files are written at once, then more come in waves after the sleeps are complete. This is with ColdFusion 9 set to run a max of 50 requests, no limits on requests for IIS, and no limits on requests for the browser. After some searching, I read that request queuing can be caused by memory management or the aforementioned setting. With this, I have a few questions:
- Is this a known limitation on ColdFusion? If so:
- Is memory or processor power the limiter?
- Are there any other ColdFusion or IIS settings that be tweaked to increase the number of requests?
- Is there a “per client” limiter in place?
- Would using ColdFusion 11 remedy this?
- Would using an enterprise vs a standard license remedy this?
Thanks.
