Solved by performing a dummy call to force data source
handle declaration/initialisation/connection at slave
startup:

sub filter_initialize() 
{ 
        #Declare Connection handles 
        undef $My_dbh; 
        undef $My_Ldap; 

        #dummy call to make initial connection
        get_db_connection(); 
        get_ldap_connection(); 
} 

--- "David F. Skoll" <[EMAIL PROTECTED]> wrote:
> On Tue, 6 Jul 2004, Chris Masters wrote:
> 
> > I still have the problem of bad file descriptors:
> 
> What's the actual log message?  Does the database
> server log anything
> funny?
> 
> Regards,
> 
> David.
> _______________________________________________
> Visit http://www.mimedefang.org and
> http://www.canit.ca
> MIMEDefang mailing list
> [EMAIL PROTECTED]
>
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang
> 



                
__________________________________
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail
_______________________________________________
Visit http://www.mimedefang.org and http://www.canit.ca
MIMEDefang mailing list
[EMAIL PROTECTED]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

Reply via email to