Re: Database Connection Pooling (Java vs. Perl)

2001-07-24 Thread fliptop
"Bradley M. Handy" wrote: > > 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

Database Connection Pooling (Java vs. Perl)

2001-07-24 Thread Bradley M. Handy
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