Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Unsubscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin-developers AT sourceware DOT cygnus DOT com From: Chris Faylor Date: Mon, 9 Aug 1999 09:42:16 -0400 To: Frederic Rochard Cc: "'cygwin-developers AT sourceware DOT cygnus DOT com'" Subject: Re: Accelerate sockets communication ? Message-ID: <19990809094216.C5449@cygnus.com> Reply-To: cygwin-developers AT sourceware DOT cygnus DOT com References: <01BEE24F DOT D9314090 DOT frochard AT cr2a-di DOT fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <01BEE24F.D9314090.frochard@cr2a-di.fr>; from Frederic Rochard on Mon, Aug 09, 1999 at 10:13:37AM +0200 On Mon, Aug 09, 1999 at 10:13:37AM +0200, Frederic Rochard wrote: >It seems to me that period of communication with sockets on the same >machine is constant. Indeed this period does not depend on data volume, >computer speed or number of processes simultaneously running. >Does it work with a timer? >Is there any configuration variable to speed up the communication? This is one of those questions that the sources would prove to be an invaluable aid in answering. Why not download the sources and look for yourself? To the best of my knowledge, cygwin socket I/O is pretty much a wrapper around winsock. cgf