Is there a limit to the number of simultaneous AJAX requests that will run? For 
example, in my Coldfusion Administrator in the “Request Tuning” section, 
the setting “Maximum number of simultaneous Template requests” is set to 
20. So if more than 20 Template requests come in at one time, the remainder are 
queued (lets say I got 30 requests for index.cfm), and if any of those Template 
requests remained in queue for longer than 60 seconds (that is my setting for 
“Timeout request waiting in queue...”) then those requests timeout and are 
not processed.. The setting, “Maximum number of simultaneous CFC function 
requests” is set to 10, which is the maximum number of CFC methods that can 
be processed concurrently via HTTP. Now since AJAX uses XMLHttpRequest, does 
this mean that the AJAX requests to CFC's are not counted as part of the limit 
set by the above setting (...simultaneous CFC function...)?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:346066
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to