lua-users home
lua-l archive

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


Thanks Matthew, that sounds like it'll work perfectly. Not too worried about the timer/interrupt issue otherwise, I can deal with that in any number of ways.

On 2/15/2012 7:28 PM, Matthew Wild wrote:
The solution to wake the event loop would be to create a file
descriptor Verse can watch on (a file, pipe, local socket, etc.)
alongside the "real" connection(s). Then any thread can send something
on the watched fd to wake up select() and trigger whatever action is
necessary.

Regards,
Matthew