Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Sat, 26 Jan 2002 18:24:38 -0500 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: Old Thread: cygwin Performance Message-ID: <20020126232438.GE8727@redhat.com> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <00b001c1a3df$3f676620$60a407d5 AT BRAMSCHE> <000501c1a69d$b830b280$b66607d5 AT BRAMSCHE> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000501c1a69d$b830b280$b66607d5@BRAMSCHE> User-Agent: Mutt/1.3.23.1i On Sat, Jan 26, 2002 at 08:14:47PM +0100, Ralf Habacker wrote: >while makeing some tests I recognized, that sometime select() and >close() crashes, if the number of used file descriptors is > 60. grep /usr/include/sys/types.h for "FD_SETSIZE". You'll note that it is, by default, 64. Set it to something higher, before invoking sys/types.h if you need something higher. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/