From owner-freebsd-net@FreeBSD.ORG Thu Oct 21 18:08:08 2004 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57B9916A4CE for ; Thu, 21 Oct 2004 18:08:08 +0000 (GMT) Received: from segfault-outgoing-helo.monkeys.com (segfault.monkeys.com [66.60.159.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28FDD43D2D for ; Thu, 21 Oct 2004 18:08:08 +0000 (GMT) (envelope-from rfg@monkeys.com) Received: from segfault-nmh-helo.monkeys.com (localhost [127.0.0.1]) by segfault.monkeys.com (Postfix) with ESMTP id B219754A7; Thu, 21 Oct 2004 11:08:07 -0700 (PDT) To: Julian Elischer In-reply-to: Your message of Wed, 20 Oct 2004 14:37:57 -0700. <4176DAB5.5020302@elischer.org> Date: Thu, 21 Oct 2004 11:08:07 -0700 Message-ID: <92904.1098382087@monkeys.com> From: "Ronald F. Guilmette" cc: freebsd-net@freebsd.org cc: Igor Sysoev Subject: Re: aio_connect ? X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 18:08:08 -0000 In message <4176DAB5.5020302@elischer.org>, you wrote: >Now that we have real threads, it shuld be possible to write an aio >library that is > implemented by having a bunch of underlying threads.. That's a very interesting idea. Whan you say ``Now that we have real threads...'' I assume that you are talking about the 5.x releases, correct?