Date: Thu, 3 Aug 2000 13:43:05 -0400 (EDT) From: Christopher Sedore <cmsedore@mailbox.syr.edu> To: Kevin Mills <kmills@aventail.com> Cc: FreeBSD Hackers <freebsd-hackers@FreeBSD.ORG> Subject: Re: aio_waitcomplete? Message-ID: <Pine.SOL.4.10.10008031342400.730-100000@rodan.syr.edu> In-Reply-To: <CCELKJNGPCOKBIFAKKGEGEFBCGAA.kmills@aventail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Could you send the source code to me? I'll take a look if it is simple. -Chris On Tue, 1 Aug 2000, Kevin Mills wrote: > > 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 > 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?Pine.SOL.4.10.10008031342400.730-100000>