"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
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