hi everybody,

i have a design question: how should i manage (pooled) database connections
in my web app?

i found different hints from different sources...

* some people say, it's best practice to put 1 connection into 1 user's http
session and use it for all requests of that user

* other people say it's best practice to use a connection for every request.
(and if more than one methods are involved, the connection should be given
as a method parameter)

* again other people argue that they don't care at all about reusing
connection, they just open and close them when they need/want to

who is right? or, how do you handle it?

thanks a lot!
joe peer
------------------
mailto:[EMAIL PROTECTED]





_______________________________________________________
Say Bye to Slow Internet!
http://www.home.com/xinbox/signup.html


Reply via email to