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.

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.