[Twisted-Python] newbie -- trying to do async ldap operations

Allan Streib astreib at indiana.edu
Tue Apr 22 23:21:13 EDT 2003


Thanks, Jp, your example is helpful.  I will give it a try.

(Note to other readers -- ldap.search_s() is the synchronous (blocking)
method.  The async method is ldap.search().  I've been using
ldap.search_s() up until now and my fingers automatically typed that.)

Allan




More information about the Twisted-Python mailing list