Re: Leaving a connection open

2008-03-27 Thread Michael Ströder
Ron Teitelbaum wrote: > > I'm getting > can't-contact-ldap-server errors that I thought this would help with. Note, > I believe this is different from the server down error you are mentioning. Believe me it's not different. ldap.SERVER_DOWN is the exact exception class which you have to catch

RE: Leaving a connection open

2008-03-27 Thread Ron Teitelbaum
> From: Michael Ströder > > Ron Teitelbaum wrote: > > I have a few questions about leaving a bound connection open for sharing > > (python 2.4.4, python-ldap 2.2.1 - openldap 2.3-2.3.30 on Ubuntu 7.04). > > > > I'm using Async messages is there any benefit to using > ReconnectLdapObject? > > No.

Re: Leaving a connection open

2008-03-27 Thread Michael Ströder
Ron Teitelbaum wrote: > I have a few questions about leaving a bound connection open for sharing > (python 2.4.4, python-ldap 2.2.1 - openldap 2.3-2.3.30 on Ubuntu 7.04). > > I'm using Async messages is there any benefit to using ReconnectLdapObject? No. If you're solely using the async methods y

Leaving a connection open

2008-03-27 Thread Ron Teitelbaum
Hi, I have a few questions about leaving a bound connection open for sharing (python 2.4.4, python-ldap 2.2.1 - openldap 2.3-2.3.30 on Ubuntu 7.04). I'm using Async messages is there any benefit to using ReconnectLdapObject? I noticed that the comments http://vmspython.dyndns.org/pyhtmldoc/ldap.l