-----BEGIN PGP SIGNED MESSAGE-----
I'm just wondering, why do you need a connection "pool"?
Probably it's enough to create one connection in method init() of servlet
and then you could just create statements from one connection Statement stmt =
conn.createStatement();
and use it. As far as I know there is no interference between few threads or something
like that,
you could create as many Statements from one Connection object as you want and use it
together in
same time. Or I'm not right?
On Mon, 28 Jun 1999 10:42:29 -0700, Pinghua Young wrote:
>I've been using it for the past two years. Works great!
>
>|> >Is anyone using the DbConnectionBroker package?
>|> >
>|> >(http://www.javaexchange.com/)
>|> >
>|> >If so, can you comment on its robustness and any shortcomings that I
>|> should watch out for should I decide to use this? Also, if anyone believes
>|> there is a better approach, please let me know.
>|> >
Sincerely,
Dmitry Maximovich
pgp-key:http://maximdim.os2.spb.ru/pgp/maxim.txt
-----BEGIN PGP SIGNATURE-----
Version: 2.6.3i
Charset: noconv
iQCVAwUBN35mq+hHlBIBukNJAQEmWQP/bpueCAg8spsCFkbloChfdxH+b+wuOaXK
C7tBOfWOjbIHPk79TKz2p28yo7gK01PUQwFP4evN41Nh6tIcQmNlIKRccoM7+hQt
KYi1YdgWFmhhVlRgZjIqNHLvi2bH9TgkCWZOfiZxScloY7Ixv7UYDE8FRTphT4/A
DAJQdFKaTwI=
=+C9r
-----END PGP SIGNATURE-----
___________________________________________________________________________
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