Mailing-List: contact cygwin-apps-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-apps-owner AT sourceware DOT cygnus DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Delivered-To: mailing list cygwin-apps AT sources DOT redhat DOT com Message-ID: <012301bff627$b111e280$f7c723cb@lifelesswks> From: "Robert Collins" To: Subject: read() blocking Date: Tue, 25 Jul 2000 20:16:50 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Hi, I have read() reading from a socket, with nonblocking set as per Corinna's suggestion a while back (http://sources.redhat.com/ml/cygwin-apps/2000-06/msg00044.html). Accept() is working perfectly and no longer blocking, but read() is blocking - even after the ioctl workaround. Any hints/suggestions as to why this might be happening? Rob