In Java there is the ability to do database connection pooling, where you
have a ConnectionPool object that contains multiple database connection in
it.  When you need a connection to a database, you get one from the pool and
go.

Is there a way to do this in Perl, or is there some article I could read to
learn how to do this.

Brad Handy
--www.jack-of-all-trades.net
[EMAIL PROTECTED]


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to