From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10859 invoked by alias); 27 Jan 2002 08:34:38 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Received: (qmail 10824 invoked from network); 27 Jan 2002 08:34:37 -0000 Received: from unknown (HELO mout0.freenet.de) (194.97.50.131) by sources.redhat.com with SMTP; 27 Jan 2002 08:34:37 -0000 Received: from [194.97.50.138] (helo=mx0.freenet.de) by mout0.freenet.de with esmtp (Exim 3.33 #3) id 16Uklo-00075T-00 for cygwin@cygwin.com; Sun, 27 Jan 2002 09:34:36 +0100 Received: from b5f7c.pppool.de ([213.7.95.124] helo=BRAMSCHE) by mx0.freenet.de with smtp (Exim 3.33 #3) id 16Uklo-00023O-00 for cygwin@cygwin.com; Sun, 27 Jan 2002 09:34:36 +0100 From: "Ralf Habacker" To: Subject: RE: Old Thread: cygwin Performance Date: Sun, 27 Jan 2002 01:30:00 -0000 Message-ID: <001c01c1a70d$2227ed60$b66607d5@BRAMSCHE> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 In-Reply-To: <20020126232438.GE8727@redhat.com> Importance: Normal X-SW-Source: 2002-01/txt/msg01647.txt.bz2 > > 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. Thanks Ralf -- 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/