Hi,
On Mon, 24 May 1999, Guillaume ORIOL wrote:
....
> what do you mean exactly ? Is the use of connection pools just a matter of
> efficiency ?
>
>
Yes, in most cases. Second reason is sparing DB-connection licenses.
In some heavy-load moments you can have more opened sessions
than available client licenses on the database server.
In this case you'll consider sharing connections betwen sessions - that's
a pool.
Cezar
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html