Skip to main content
Participant
July 17, 2013
Question

Maximum number of simultaneous Template requests coldfusion 10 standard is not working

  • July 17, 2013
  • 2 replies
  • 1274 views

I tried to change the setting to 5 and submit changes, under request tuning setting ->

Maximum number of simultaneous Template requests is still showing as 0 even after the Coldfusion service restart.

thanks

This topic has been closed for replies.

2 replies

BKBK
Community Expert
Community Expert
July 18, 2013

ColdFusion stores those settings in the XML file C:\ColdFusion10\cfusion\lib\neo-runtime.xml. Follow the usual procedure to back up a file before editing it.

Open the file in a text editor. The entry you need to locate looks like this:

<var name='requestLimit'><number>25.0</number></var>

Change the value to 5.0, and restart ColdFusion. Return to the Administrator and verify whether the change has stayed.

vishu_13
Inspiring
July 17, 2013

Hi

In ColdFusion 10 Standard the Simultaneous requests should be equals to 10 or more than 10 however in ColdFusion 10 Enterprise there is no such restriction, the value can be of a single numeric digit as well like 5,4,6 or so on.

You can consider this as a benefit of running ColdFusion 10 enterprise

Thanks

VJ