Is there a relationship between CF simultaneous requests and maintained 
database connections?

Does a maintained database connection use one of the threads allocated for 
simultaneous requests?

For example, suppose in Request Tuning I have simultaneous (Template) requests  
set to 10 and in CF data source settings I have Maintain Connections checked 
with Timeout set to 20 (minutes).

A request completes. The database connection now is inactive and remains so for 
at least 20 minutes. CF maintains the connection to the database for 20 
minutes. 

Does the maintained database connection also continue to hold on to the thread 
that was being used by the request that completed for the same 20 minutes? 

Or do the request thread and the database connection operate independently of 
each other?

Thanks!

George 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:359168
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to