From owner-freebsd-hackers Thu Aug 3 10:43: 9 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from mailer.syr.edu (mailer.syr.edu [128.230.18.29]) by hub.freebsd.org (Postfix) with ESMTP id 0666837B65E for ; Thu, 3 Aug 2000 10:43:07 -0700 (PDT) (envelope-from cmsedore@mailbox.syr.edu) Received: from rodan.syr.edu by mailer.syr.edu (LSMTP for Windows NT v1.1b) with SMTP id <0.004F95BF@mailer.syr.edu>; Thu, 3 Aug 2000 13:43:05 -0400 Received: from localhost (cmsedore@localhost) by rodan.syr.edu (8.8.7/8.8.7) with ESMTP id NAA02520; Thu, 3 Aug 2000 13:43:05 -0400 (EDT) X-Authentication-Warning: rodan.syr.edu: cmsedore owned process doing -bs Date: Thu, 3 Aug 2000 13:43:05 -0400 (EDT) From: Christopher Sedore X-Sender: cmsedore@rodan.syr.edu To: Kevin Mills Cc: FreeBSD Hackers Subject: Re: aio_waitcomplete? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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