Re: if there's ever time...IOCP possible?

2008-11-12 Thread Marc Lehmann
On Wed, Nov 12, 2008 at 01:17:46PM -0700, Roger Pack <[EMAIL PROTECTED]> wrote: > I wonder if it would be possible to add IOCP (to emulate event driven > architectures) to libev. > http://code.google.com/p/spserver/ might have a working libevent with > this style architecture.. > http://www.egghead

Re: if there's ever time...IOCP possible?

2008-11-12 Thread Marc Lehmann
On Wed, Nov 12, 2008 at 01:17:46PM -0700, Roger Pack <[EMAIL PROTECTED]> wrote: > I wonder if it would be possible to add IOCP (to emulate event driven > architectures) to libev. No, it isn't - iocp's are not powerful enough to emulate the posix event api. > http://www.eggheadcafe.com/software/as

Re: mingw compat note

2008-11-12 Thread Roger Pack
What seems to happen is that when I'm within the 'main' ruby dll sockets work like a champ, then when control transfers to the libev side for some reason all socket functions don't work. You can't even bind to a fresh socket there or anything. My latest guess is that there is some inconsistency w

if there's ever time...IOCP possible?

2008-11-12 Thread Roger Pack
I wonder if it would be possible to add IOCP (to emulate event driven architectures) to libev. http://code.google.com/p/spserver/ might have a working libevent with this style architecture.. http://www.eggheadcafe.com/software/aspnet/32292639/integrate-windows-io-com.aspx seems to explain how. Two