check this location for a download

https://sourceforge.net/projects/poolman/

-----Original Message-----
From: Vikramjit Singh [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 04, 2003 8:35 PM
To: [EMAIL PROTECTED]
Subject: Re: Connection


hi ranjith,

poolman is not used nowadays, the site codestudio.com also does not have it
on its website... coz they say that TC 4.x has inbuilt connection pooling so
use that.

-----Original Message-----
From: A mailing list for discussion about Sun Microsystem's Java Servlet
API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of
Ranjith Chakravarthi
Sent: Wednesday, February 05, 2003 9:09 AM
To: [EMAIL PROTECTED]
Subject: Re: Connection


check out "poolman"

-----Original Message-----
From: Paul van Beukering [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 04, 2003 4:42 AM
To: [EMAIL PROTECTED]
Subject: Re: Connection


Is there no generic free software avaliable for connection pooling?

-----Original Message-----
From: Vikramjit Singh [mailto:[EMAIL PROTECTED]]
Sent: dinsdag 4 februari 2003 13:41
To: [EMAIL PROTECTED]
Subject: Re: Connection


use connection pooling. make a singleton class which handles connection
pooling for you. In your servlet, load-on-startup in your init() method you
can call the beans method, which opens a number of connections for you.
You could check out the archives where this topic has been discussed.


-----Original Message-----
From: A mailing list for discussion about Sun Microsystem's Java Servlet
API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of
Uthiresh Narayanan
Sent: Tuesday, February 04, 2003 3:56 PM
To: [EMAIL PROTECTED]
Subject: Connection


Hi,
    In one of the functions in my servlet a connection is opened thru JDBC.
In the try - catch - finally block of the code the connection is closed.

I know that to open and close connections  in not the correct way to do it.

After sometime the database shows maximum sessions exceeded and locks up.
Could this be becoz of this reason or someother reason.

I also wanted a design stratergy to open database connections in a servlet.

Maybe define a global static connection object and open it in init() and
close it when the servelet is unloaded in destroy().

any better ideas?

TIA,
uthiresh

___________________________________________________________________________
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

___________________________________________________________________________
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

___________________________________________________________________________
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
Disclaimer: This e-mail message along with any attachments is intended only
for the addressee and may contain confidential and privileged information of
GTL Limited. If the reader of this message is not the intended recipient,
you are notified that any dissemination, distribution or copy of this
communication is strictly prohibited. If you have received this message by
error, please notify us immediately, return the original mail to the sender
and delete the message from your system.

___________________________________________________________________________
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

___________________________________________________________________________
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
Disclaimer: This e-mail message along with any attachments is intended only
for the addressee and may contain confidential and privileged information of
GTL Limited. If the reader of this message is not the intended recipient,
you are notified that any dissemination, distribution or copy of this
communication is strictly prohibited. If you have received this message by
error, please notify us immediately, return the original mail to the sender
and delete the message from your system.

___________________________________________________________________________
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

Reply via email to