| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| 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 <cgf AT redhat DOT com> |
| 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 |
| 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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |