On Sat, Apr 9, 2011 at 3:43 AM, Pavel Pergamenshchik wrote:
> Also, how much do we care that win32er can be used without a compiler,
> but iocpreactor needs one to build the API wrapper?
I suspect it's not terribly important, since Windows users can just
use the binary distributions where somebod
On Sat, Apr 9, 2011 at 4:43 AM, Pavel Pergamenshchik wrote:
> On Fri, Apr 8, 2011 at 6:26 PM, Glyph Lefkowitz
> wrote:
>>
>> On Apr 8, 2011, at 2:56 AM, Tristan Seligmann wrote:
>>
>>> On Fri, Apr 8, 2011 at 4:52 AM, Kevin Horn wrote:
Note that you can wait on more than 64 objects at a tim
On Fri, Apr 8, 2011 at 6:26 PM, Glyph Lefkowitz wrote:
>
> On Apr 8, 2011, at 2:56 AM, Tristan Seligmann wrote:
>
>> On Fri, Apr 8, 2011 at 4:52 AM, Kevin Horn wrote:
>>> Note that you can wait on more than 64 objects at a time, just not using a
>>> single WaitForMultipleObjects call. The MSDN p
On Apr 8, 2011, at 2:56 AM, Tristan Seligmann wrote:
> On Fri, Apr 8, 2011 at 4:52 AM, Kevin Horn wrote:
>> Note that you can wait on more than 64 objects at a time, just not using a
>> single WaitForMultipleObjects call. The MSDN page Glyph pointed out has a
>> little more info.
>
> The propo
On Fri, Apr 8, 2011 at 4:52 AM, Kevin Horn wrote:
> Note that you can wait on more than 64 objects at a time, just not using a
> single WaitForMultipleObjects call. The MSDN page Glyph pointed out has a
> little more info.
The proposed solutions, however, seem rather unsatisfactory. If you're
go
On Thu, Apr 7, 2011 at 1:23 PM, Glyph Lefkowitz wrote:
>
> On Apr 7, 2011, at 12:16 PM, anatoly techtonik wrote:
>
> > I've made a proof of concept for asynchronous console input on Windows
> > [1] and now I am trying to understand the limits of
> > WaitForMultipleObjects API I've used.
> >
> > Do
On Apr 7, 2011, at 12:16 PM, anatoly techtonik wrote:
> I've made a proof of concept for asynchronous console input on Windows
> [1] and now I am trying to understand the limits of
> WaitForMultipleObjects API I've used.
>
> Documentation on win32eventreactor mentions limit for 64 objects:
> htt