Emmanuel Pierre wrote:
> 
> Hi all,
> 
> on my DB server I have 245 "idle" postmasters process for 130 httpd
> persistant DB connections alive.

make sure you use the same connect attributes each time you invokes
DBI->connect().
eg, a connect() with {RaiseError=>1} and another connect with
{RaiseError=>1,Taint=1} gives two different persistent $dbh.
To make this simpler, you'd better create a global $dbh by
connect_on_init(),and use it anytime you need a $dbh.

rgds,
Edwin.

> can anyone give me a clue how to manage this number of
> unused/idleschildren and how to have them quickerly deallocated ?
> 
> this way, I jumptoo quick on 'too much connection'...
> 
>         Emmanuel
> 
> --
> EDENJOB / APR-Job
> 
> Email: [EMAIL PROTECTED]                Home:    www.apr-job.com
> Phone: +33 1 47 81 02 41                  Tatoo: +33 6 57 60 42 17
> Fax:   +33 1 41 92 91 54                  eFAX:  +44 0870-122-6748
> 
> ******************************************************************
> 
> This message and any attachments (the "message") are confidential
> and intended solely for the addressees.
> Any unauthorised use or dissemination is prohibited.
> E-mails are susceptible to alteration.
> Neither EDENJOB/APR-JOB or affiliates shall be liable for the
> message if altered, changed or falsified.
> 
> ******************************************************************

Reply via email to