Skip to main content
Participating Frequently
September 3, 2015
Question

How to increase the maximum number of request to Coldfusion10 page.

  • September 3, 2015
  • 2 replies
  • 2124 views

Hi,

We are using Enterprise version of Coldfusion10 with 3 instance.

A maximum of 100 users is able to access the application with a little bit of slowness after which either the subsequent request hangs or becomes very slow until the requests of the first 100 users is completed and then the page loads.

I would like to know how to increase the maximum number of simultaneous concurrent requests for a 64-bit coldfusion10 instance with a hardware specification of 8 virtual cores and 16GB RAM with 6GB RAM allocated for the JVM Heap size.

Thanks,

Karthikeyan K

This topic has been closed for replies.

2 replies

BKBK
Community Expert
Community Expert
September 8, 2015

Wow, Karthikeyan.K,

with your set-up you should easily handle thousands of requests, simultaneously and fast. I suspect your settings are throttling down the number of simultaneous requests.

Open the Coldfusion Administrator. Navigate to Server Settings => Request Tuning, and modify the settings accordingly.

Participating Frequently
September 9, 2015

Hi,

Please find my setting below and let me know what changes needs to be done to handle thousands of request.

Legend
September 9, 2015

Hi,

Hopefully more than able BKBK can keep working that idea forward.

I am more interested to know what workers.properties (\ColdFusion10\config\wsconfig\N N=1,2,3 or more) and AJP section of server.xml (\ColdFusion11\instance\runtime\conf) says.

Also worth a mention some of the CF10 updaters incremented the tomcat connector but one would have to manually upgrade the ISAPI connector file with WSCONFIG tool since the update process does not do that for you.

Regards, Carl.

Legend
September 4, 2015

Hi Karthikeyan,

That slowness could be tomcat tuning. This blog could be helpful.

http://blogs.coldfusion.com/post.cfm/coldfusion-11-iis-connector-tuning

HTH, Carl.