X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org MIME-Version: 1.0 In-Reply-To: <20110803074950.GH5647@calimero.vinschen.de> References: <20110803074950 DOT GH5647 AT calimero DOT vinschen DOT de> Date: Wed, 3 Aug 2011 12:04:42 +0200 Message-ID: Subject: Re: python doesn't allow descriptors > 63 in select From: Reini Urban To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id p73A55pt031076 2011/8/3 Corinna Vinschen: >  $ python sel.py >  socket opened with fd 3 >  socket opened with fd 4 >  socket opened with fd 5 >  [...] >  socket opened with fd 62 >  socket opened with fd 63 >  socket opened with fd 64 >  socket opened with fd 64 >  Traceback (most recent call last): >    File "test.py", line 10, in >      select(ins, [], [], 0) >  ValueError: filedescriptor out of range in select() > > I debugged this and it turns out that python does not call Cygwin's > select function anymore, as soon as there's a file descriptor in the > set which is >= 64. I have a similar limitation in postgresql, and I heard that this is based on a windows limitation, not any predefined constant. In postgresql I can max fork 63 worker childs, tested by a configure probe. -- Reini -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple