Re: Simultaneous threads and maintain database connections

2014-08-20 Thread george.e...@ssa.gov george.e...@ssa.gov
Hi back, Dave! > > Or do the request thread and the database connection operate > independently of each other? > > Yes, they're completely independent. Thanks. This is what I always thought but I read something that made me think things might be otherwise. George ~~

Re: Simultaneous threads and maintain database connections

2014-08-20 Thread Dave Watts
Hi, George! > Is there a relationship between CF simultaneous requests and maintained > database connections? No, not really. > Does a maintained database connection use one of the threads allocated for > simultaneous requests? No. Database connections use their own separate thread pool. The

Simultaneous threads and maintain database connections

2014-08-20 Thread george.e...@ssa.gov george.e...@ssa.gov
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 d