Date: Tue, 1 Aug 2000 16:52:48 -0700 From: "Kevin Mills" <kmills@aventail.com> To: "FreeBSD Hackers" <freebsd-hackers@FreeBSD.org> Subject: aio_waitcomplete? Message-ID: <CCELKJNGPCOKBIFAKKGEGEFBCGAA.kmills@aventail.com>
next in thread | raw e-mail | index | archive | help
In order to get familiar with aio_waitcomplete() and friends, I wrote a simple echo server and have run into problems. If I attempt to hit my echo server with more than a few clients (> 3 or 4), I get a bunch of ENOTCONN errors from aio_waitcomplete() and on the client end I get an ECONNRESET and a 'Broken pipe'. To ensure I wasn't completely crazy, I wrote the same echo server using poll() and non-blocking sockets and it works without error. Is aio_waitcomplete() ready for prime-time? Should this work? I'm using 4.0-stable from 7/13/2000: 4.0-STABLE FreeBSD 4.0-STABLE #2: Thu Jul 13 16:07:07 PDT 2000 Thanks for any assistance! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CCELKJNGPCOKBIFAKKGEGEFBCGAA.kmills>