You can use the one of the single per thread connection provider or the
single connection provider. The first one need one connection for each
tomcat thread defined - the second uses only one connection for the whole
application.

The problem using the second one is that the connection must be thread safe
so that it can be used from different thread simultanious.

I prefer the single per thread connection provider to overcome this problem.

Cheers,
Henner



> -----Ursprüngliche Nachricht-----
> Von: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] Im 
> Auftrag von Andrea Vaccaro
> Gesendet: Freitag, 18. Juni 2004 17:46
> An: [EMAIL PROTECTED]
> Betreff: [dbforms] Navigation and connection close
> 
> Hello,
> I read in another post that, using the navigation mechanism, 
> dbforms use a per user connection that is closed only if all 
> the records are fetched or a query to another table is done 
> or the session expires.
> Since for license issues I have very few connections 
> available and I have to serve multiple client (more than the 
> connections!), is there a way to make navigation share the 
> connections?
> 
> I read also that the less powerful "classic" navigation tags 
> could be used in similar cases, where can I find more 
> information about them?
> 
> Thanks in advance,
> Andrea
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by The 2004 JavaOne(SM) 
> Conference Learn from the experts at JavaOne(SM), Sun's 
> Worldwide Java Developer Conference, June 28 - July 1 at the 
> Moscone Center in San Francisco, CA REGISTER AND SAVE! 
> http://java.sun.com/javaone/sf Priority Code NWMGYKND 
> _______________________________________________
> DbForms Mailing List
> 
> http://www.wap-force.net/dbforms
> 



-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
_______________________________________________
DbForms Mailing List

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

Reply via email to