From owner-freebsd-current Thu Jul 15 11:27:38 1999 Delivered-To: freebsd-current@freebsd.org Received: from mailer.syr.edu (mailer.syr.edu [128.230.18.29]) by hub.freebsd.org (Postfix) with ESMTP id BAAB615054 for ; Thu, 15 Jul 1999 11:27:36 -0700 (PDT) (envelope-from cmsedore@mailbox.syr.edu) Received: from rodan.syr.edu by mailer.syr.edu (LSMTP for Windows NT v1.1a) with SMTP id <0.2F8E6AC0@mailer.syr.edu>; Thu, 15 Jul 1999 14:27:36 -0400 Received: from localhost (cmsedore@localhost) by rodan.syr.edu (8.8.7/8.8.7) with ESMTP id OAA15465 for ; Thu, 15 Jul 1999 14:27:31 -0400 (EDT) X-Authentication-Warning: rodan.syr.edu: cmsedore owned process doing -bs Date: Thu, 15 Jul 1999 14:27:31 -0400 (EDT) From: Christopher Sedore X-Sender: cmsedore@rodan.syr.edu To: freebsd-current@freebsd.org Subject: aio and fd patches Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm interested in finding someone to help me get the aio patches I've written committed into -current. These fixes make the aio routines much more useful for io on sockets than they are now (each io op on a socket blocks an aiod). This is a bit of a work in progress, but I've been running these patches here for over a month with good performance and no new detriment to stability. There should be no stability impact on code which doesn't utilize aio routines. I'm also interested in whether anyone is working to get the patches from Ville-Pertti Keinonen for file descriptor referencing committed. These are important for aio and other more critical subsystems. You can see my report of issues in kern/12053. I somehow managed to include a mangled and outdated version of the patch with that report, so that patch shouldn't be integrated. An updated patch is available at http://tfeed.maxwell.syr.edu/aio-diff -Chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message