From: newsham AT aloha DOT net (Tim Newsham) Subject: src questions, test cases? 21 Oct 1997 16:12:40 -0700 Message-ID: <199710212020.KAA07895.cygnus.gnu-win32@haleakala.aloha.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit To: gnu-win32 AT cygnus DOT com Hi, Does cygwin (or anyone else) have a set of test cases they use for regression testing? Are these publically available? I have a couple of questions about cygwin.dll (winsup) src: - why does select iterate over all the file descriptors instead of just the ones set in the bit vectors? - why does select open up a stream socket after firing off the select thread? - Couldn't asynchronous operations be used to select on sockets instead of firing off a seperate thread? - Is there any way of asynchronously checking for data on a pipe? Tim N. - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".