⭐ in reply to What is true database connection pooling and can it be done with Perl?
According to Webopedia, a connection pool is:
A cache of database connections maintained in the database's memory so that the connections can be reused when the database receives future requests for data.full definition.
Can it be done in Perl? Of course!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Answer: What is true database connection pooling and can it be done with Perl?
by fx (Pilgrim) on Jan 03, 2004 at 22:32 UTC | |
by Anonymous Monk on May 11, 2011 at 14:50 UTC |