Mailing-List: contact cygwin-developers-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT cygwin DOT com Delivered-To: mailing list cygwin-developers AT cygwin DOT com From: "Robert Collins" To: Subject: RE: Interruptable connect Date: Fri, 5 Jul 2002 00:13:13 +1000 Message-ID: <001501c22364$ef66aae0$0200a8c0@lifelesswks> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 In-Reply-To: <20020704161116.U21857@cygbert.vinschen.de> Importance: Normal > -----Original Message----- > From: cygwin-developers-owner AT cygwin DOT com > [mailto:cygwin-developers-owner AT cygwin DOT com] On Behalf Of > Corinna Vinschen > Sent: Friday, 5 July 2002 12:11 AM What about using the non blocking connect call from winsock2 - with an alert event, and then wait on that event and the interrupt event? I have some win32 nonblocking network code around here somewhere that does just that. Rob