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 [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to