From: Zoran V. <zv...@ar...> - 2006-11-07 16:51:29
|
On 07.11.2006, at 17:02, Bernd Eidenschink wrote: > > I set logmaxlevel to 6 (dev) and I sometimes see lines like: > > Debug: SockSend: Resource temporarily unavailable > Debug: SockSend: Resource temporarily unavailable > (...) Out of the blue, I would not consider this a problem. This is reading on an non-blocking socket that has no bytes in the buffer. Some OS'es emit EAGAIN some EWOULDBLOCK on that place (aparently this OS does EAGAIN). Cheers Zoran |