On Thu, Feb 28, 2002 at 09:38:39PM +0100, Joachim Zobel wrote:
> At 02:11 28.02.02 +0530, you wrote:
> >Hi all,
> >How can I maintain the connections in perl? For this I want to use 
> >connection pooling to contol the traffic of my site. How can I do this in 
> >perl? Can anybody help me in this regard? If possible please give the 
> >steps included in this.
> 
> Is Apache::DBI what you need? If not, why?  It is in fact not about 
> controlling traffic, its about reusing database connections to sve the time 
> needed for a connect.

There was a discussion of database pooling and reusing DBI connections
on Perl Monks today:
http://perlmonks.org/index.pl?node_id=148233

Tom

Reply via email to