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 Message-ID: <004f01c2399a$328acfe0$6132bc3e@BABEL> From: "Conrad Scott" To: References: <20020801163716 DOT GA20607 AT redhat DOT com> Subject: Re: potential instability in cygwin after my last checkin Date: Thu, 1 Aug 2002 21:29:55 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 "Christopher Faylor" wrote: > Conrad do you have some kind of benchmarking software for sockets that > might use select() by any chance? Currently my socket test programs only use select for accept and connect. I'll extend them to select on every read and write, and they are all pthreaded anyhow so I can see just how it breaks with more than one thread :-), and I'll give it a whirl once I've updated everything. If you want a copy of the programs, give me a shout: they're just about self documenting :-) The changes sound good BTW: I'll get you some feedback soon. // Conrad