Christopher Faylor wrote:
> I forgot to add one bit of data. Unless you go out of your way to
> change it, Cygwin's select can't wait for an fd > 63. It's basically a
> bit mask. So, there are two limitations: 1) the number of handles that
> you can wait for with WaitForMultipleObjects() and 2)
On 23/03/2011 20:14, Christopher Faylor wrote:
> On Wed, Mar 23, 2011 at 04:38:15PM +, Jon TURNEY wrote:
>> On 23/03/2011 15:00, Christopher Faylor wrote:
>>> On Wed, Mar 23, 2011 at 11:31:46AM +, Jon TURNEY wrote:
On 22/03/2011 20:08, Christopher Faylor wrote:
> On Tue, Mar 22, 20
On Wed, Mar 23, 2011 at 04:38:15PM +, Jon TURNEY wrote:
>On 23/03/2011 15:00, Christopher Faylor wrote:
>> On Wed, Mar 23, 2011 at 11:31:46AM +, Jon TURNEY wrote:
>>> On 22/03/2011 20:08, Christopher Faylor wrote:
On Tue, Mar 22, 2011 at 08:53:34PM +0100, V??clav Haisman wrote:
> J
On 23/03/2011 15:00, Christopher Faylor wrote:
> On Wed, Mar 23, 2011 at 11:31:46AM +, Jon TURNEY wrote:
>> On 22/03/2011 20:08, Christopher Faylor wrote:
>>> On Tue, Mar 22, 2011 at 08:53:34PM +0100, V??clav Haisman wrote:
Jon TURNEY wrote, On 22.3.2011 20:29:
>
> python seems to
On 03/23/2011 09:00 AM, Christopher Faylor wrote:
> On Wed, Mar 23, 2011 at 11:31:46AM +, Jon TURNEY wrote:
>> On 22/03/2011 20:08, Christopher Faylor wrote:
>>> On Tue, Mar 22, 2011 at 08:53:34PM +0100, V??clav Haisman wrote:
Jon TURNEY wrote, On 22.3.2011 20:29:
>
> python seems
On Wed, Mar 23, 2011 at 11:31:46AM +, Jon TURNEY wrote:
>On 22/03/2011 20:08, Christopher Faylor wrote:
>>On Tue, Mar 22, 2011 at 08:53:34PM +0100, V??clav Haisman wrote:
>>>Jon TURNEY wrote, On 22.3.2011 20:29:
python seems to be built with the default value of FD_SETSIZE, which is
>>
On 22/03/2011 20:08, Christopher Faylor wrote:
> On Tue, Mar 22, 2011 at 08:53:34PM +0100, V??clav Haisman wrote:
>> Jon TURNEY wrote, On 22.3.2011 20:29:
>>>
>>> python seems to be built with the default value of FD_SETSIZE, which is only
>>> 64 on cygwin.
>> Is this not because of the inherent li
On Tue, Mar 22, 2011 at 08:53:34PM +0100, V??clav Haisman wrote:
>Jon TURNEY wrote, On 22.3.2011 20:29:
>>
>> python seems to be built with the default value of FD_SETSIZE, which is only
>> 64 on cygwin.
>Is this not because of the inherent limitation of WaitForMultipleObjects()
>call?
Yep. Wit
Jon TURNEY wrote, On 22.3.2011 20:29:
>
> python seems to be built with the default value of FD_SETSIZE, which is only
> 64 on cygwin.
Is this not because of the inherent limitation of WaitForMultipleObjects() call?
> [...]
--
VH
--
Problem reports: http://cygwin.com/problems.html
FAQ:
python seems to be built with the default value of FD_SETSIZE, which is only
64 on cygwin.
I noticed this as it causes numerous tests in the twisted test suite to fail
with "ValueError: filedescriptor out of range in select()" exceptions, but can
also be demonstrated with a simple test case:
$ c
10 matches
Mail list logo