From owner-freebsd-hackers Mon Apr 26 6:10: 6 1999 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 790BD14E30 for ; Mon, 26 Apr 1999 06:10:01 -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.7B9BE990@mailer.syr.edu>; Mon, 26 Apr 1999 9:09:26 -0400 Received: from localhost (cmsedore@localhost) by rodan.syr.edu (8.8.7/8.8.7) with SMTP id JAA07229 for ; Mon, 26 Apr 1999 09:09:19 -0400 (EDT) X-Authentication-Warning: rodan.syr.edu: cmsedore owned process doing -bs Date: Mon, 26 Apr 1999 09:09:19 -0400 (EDT) From: Christopher Sedore X-Sender: cmsedore@rodan.syr.edu To: hackers@FreeBSD.ORG Subject: Re: aio and sockets (long) 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 On Mon, 26 Apr 1999, Christopher Sedore wrote: > > This could also present a solution for the pid vs struct proc * problem in > the "flock + kernel threads bug" series. Select operations could be > queued as async requests on the socket--they would then get killed by > aio_proc_rundown (with proper glue). Same actually goes for all the > wakeup functions. Just a thought. But only for sockets, of course. Not to helpful unless its implemented for other descriptor types. Someday I'll get my brain engaged before my fingers. -Chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message