lua-users home
lua-l archive

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


Interesting. The name however gives me the impression of it having to do something with "semaphores" !! :-)

Did a quick read, and compared to watchman, looks like sema has limited ability to watch for events. Only process state. Watchman seems to be able to do a bit more. Anyhow, will try it out.


On Thu, Sep 12, 2013 at 7:46 PM, Jeff Pohlmeyer <yetanothergeek@gmail.com> wrote:
On Thu, Sep 12, 2013 at 8:23 AM, Jayanth Acharya wrote:

> While searching for lua process monitoring, including ability to
> automatically restart I came across this project which seems pretty
> interesting, but there's been no update in like the last 2 years --
>
> https://github.com/miGlanz/watchman


Not quite the same thing, but this project was just announced recently:

https://github.com/Tangent128/sema

 - Jeff