|
|||||||||||
|
non-blocking connect and EAGAIN
From: Dmitriy MiksIr <miksir(at)maker.ru>
Date: Tue Sep 18 2007 - 13:26:28 EDT
I trace one of this error and see, what non-blocking connect return
EAGAIN. See:
Mysql's connect do not detect this error: if ((res != 0) && (s_err != EINPROGRESS)) {
errno= s_err; /* Restore it */
return(-1);
} Is this kernel bug (Linux 2.6.16-std26-smp-alt1)?... which return EAGAIN instead of EINPROGRESS, or some other troubles can force EAGAIN on unix socket connect? -- This archive was generated by hypermail 2.1.8 : Sun Oct 07 2007 - 07:59:30 EDT |
||||||||||
|
|||||||||||