lua-users home
lua-l archive

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


On Wed, Mar 28, 2012 at 4:09 PM, Graham Wakefield
<wakefield@mat.ucsb.edu> wrote:
> Libuv is pretty nice I have to say, and offers everything you're looking for AFAICT (including working on Windows). It also doesn't have to take over the main thread loop, so can be integrated with mainloop-hungry GUI APIs.

It's useful to be reminded of this, because in the joy of creation I
get carried away and reinvent wheels ;)

I can monitor running processes, which is what I needed, so I'll stop
now while I'm ahead!

> I guess I should put this code somewhere for people to look at - but would need to clean it up first...

"Release early, release often" ?

steve d.