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

20 lines
606 B
Plaintext

From: greg.ewing at compaq.com (Greg Ewing)
Date: Thu, 08 Apr 1999 10:03:54 +1200
Subject: Select weirdness on Solaris 2.4
References: <199903301125.GAA23793@python.org> <199903301418.JAA03146@eric.cnri.reston.va.us> <7dr952$1s2$1@nnrp1.dejanews.com>
Message-ID: <370BD64A.84E29479@compaq.com>
X-UID: 503
Georg Mischler wrote:
>
> Balk means: list two handle_writes and a socket.error: "socket
> not connected".
When select returns true for an operation, it doesn't
necessarily mean that the operation will succeed -
only that the call won't block.