Re: cvs link

2008-03-27 Thread Michael Ströder
HI! please send messages like this to the mailing list [email protected] (Cc:-ed) so others can answer and learn as well. Thanks. meldra wrote: > > I've been trying the past few days to easy_install > python-ldap, but found out a few minutes ago that the CVS > link that pyp

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

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

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'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