On Tue, 2004-09-07 at 16:19, Henner Kollmann wrote:
> > 
> > So the number of SinglePerThreadConnections depends on how 
> > many concurrent requests you have going to the dbforms 
> > servlet -- correct or not?
> 
> Nearly. I depends on how many concurrenct request you could (!) have. This depends 
> on the number of threads you have allowed for
> tomcat.
which is set in server.xml?

Here's the default...
<Connector port="8080"
 maxThreads="150" minSpareThreads="25" maxSpareThreads="75"

Ok so that is why you use SingleConnectionProvider -- because you don't
want so many open.
-- 
Shawn <[EMAIL PROTECTED]>



-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
_______________________________________________
DbForms Mailing List

http://www.wap-force.net/dbforms

Reply via email to