Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Oct 2004 17:38:57 -0400 (EDT)
From:      Garrett Wollman <wollman@khavrinen.lcs.mit.edu>
To:        "Ronald F. Guilmette" <rfg@monkeys.com>
Cc:        freebsd-net@FreeBSD.ORG
Subject:   aio_connect ?
Message-ID:  <200410182138.i9ILcvmG095282@khavrinen.lcs.mit.edu>
In-Reply-To: <49035.1098044385@monkeys.com>
References:  <49035.1098044385@monkeys.com>

next in thread | previous in thread | raw e-mail | index | archive | help
<<On Sun, 17 Oct 2004 13:19:45 -0700, "Ronald F. Guilmette" <rfg@monkeys.com> said:

> I'm sitting here looking at that man pages for aio_read and aio_write,
> and the question occurs to me:  ``Home come there is no such thing as
> an aio_connect function?''

Mostly because there is no need, since connect() doesn't transfer any
data; it just establishes a connection.  If the socket is put in
non-blocking mode, connect() will take place in the background.

-GAWollman



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410182138.i9ILcvmG095282>