[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Searches lagging at end of search
- To: "OpenLDAP Software List" <OpenLDAP-software@OpenLDAP.org>
- Subject: Searches lagging at end of search
- From: "Jeremiah Martell" <inlovewithgod@gmail.com>
- Date: Wed, 16 Aug 2006 08:41:37 -0400
- Content-disposition: inline
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=nd35QzEkj3l56XcPoauANMm0Rsp6schK38ch7EjQSWOVGOwqX5gbc7HpS98lXovEAuZ59RcZbWwAATeK+CctVrRfMeilI++KAgO1FYWneEyNzSdiQ2zV2Viywz83lAIOy3OdYnbMeFlAhLJbBpqreS/e+HoYDfeFDTB1MP/9W+Q=
Hello,
Here's the situation. I'm using openldap-2.2.17, libldap.
I bind to the server, successfully. I do a search, successfully. I
unbind, successfully.
However, when I watch this process with ethereal I notice something
wrong. All the search results are coming back almost immediately (2
seconds), but my code still hangs on the ldap_search call for up to
20-30 seconds.
Is this a known bug that I need to upgrade my openldap? Has anybody
seen this behavior before? Anybody have any idea what could be going
wrong?
Thanks!
- Jeremiah