[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: ber_flush failed errno 35



At 09:42 AM 10/10/00 +0200, Urban Lindberg wrote:
>On FreeBSD 4.1 and openLDAP 1.2.11 I have some problems.
>When I try to search for objectclass=\"*\" the search
>takes alot of time, with log level 8 I find this
>
>ber_flush failed errno 35 msg (Resource temporarily
>unavailable) 
>
>And here I suppose we are waiting for the resource, Do
>anyone know what resource might be unavailable.

Write on a socket.

>Does anyone have any clue on what is causing this?

It caused anytime the write operation would block.
Then defers the operation until the socket is willing
to accept additional writes.

Kurt