RE: timeout on ldap_simple_bind_s()
"Xu, Qiang (FXSGSC)" <[email protected]> Wed, 16 Sep 2009 10:15:01 +0800
| Newsgroups | gmane.comp.mozilla.devel.directory |
|---|---|
| Message-ID | <D8C9BC7FFCF8154FB7141EB8DB609C172F0C1F659D@SGPAPHQ-EXSCC01.dc01.fujixerox.net> |
> -----Original Message----- > From: [email protected] [mailto:[email protected]] > Sent: Wednesday, September 16, 2009 12:35 AM > To: Xu, Qiang (FXSGSC) > Cc: [email protected] > Subject: Re: timeout on ldap_simple_bind_s() > > > Xu, Qiang (FXSGSC) wrote: > > > Then, in what case, do you think the timeout parameter in > > ldap_result() will take effect, in conjunction with the async > > ldap_simple_bind()? > > when you already sent your request to the server > [ldap_simple_bind()] and polling for LDAP server response > with ldap_result(). the timeout you specify in ldap_result() > does not affect request API calls in any way, it only applies > to response processing ie ldap_result() itself. Thank you, Anton. This completes the circle. Again, thanks a million for your help and patience! Xu Qiang