lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi,

Looking at the source in the libevent CVS it appears that only sockets
are supported since select() is used for dispatching. This makes win32
libevent useless for files (and timers, queues, etc.). This is what
drove me to roll my own using IOCP...

http://lua-users.org/lists/lua-l/2006-01/msg00613.html

Yeah, this is what I noticed from the sources too. Is your IOCP library
compatible to libevent?

[]s,
Diego.