wasm-demo/demo/ermis-f/python_m/cur/1826

22 lines
743 B
Plaintext

From: hniksic at srce.hr (Hrvoje Niksic)
Date: 25 May 1999 15:28:14 +0200
Subject: O_NONBLOCK vs. O_NDELAY for non-blocking sockets
In-Reply-To: "Gordon McMillan"'s message of "Tue, 25 May 1999 08:59:39 -0500"
References: <1284481487-19457784@hypernet.com>
Message-ID: <87hfp19t3l.fsf@pc-hrvoje.srce.hr>
X-UID: 1826
"Gordon McMillan" <gmcm at hypernet.com> writes:
> All these flavors of sockets are available on HPUX. Python manages
> to build with BSD semantics. Maybe it's just dumb luck though
> <wink>, when I glance at configure, I don't see anything that sets
> this.
Huh? Just look at Modules/socketmodule.c, the definition of
setblocking(), and use of O_NDELAY is right there.