lua-users home
lua-l archive

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


On Wed, 26 Dec 2012 19:19:39 +0000
Owen Shepherd <owen.shepherd@e43.eu> wrote:

> 
> Note that stdio and malloc are not signal safe. Handling signals
> asynchronously from a non- native language is just not going to work
>

Using LuaPosix, I've written several daemons in Lua that handle signals
perfectly fine. They work 100% on both Linux and NetBSD.

I've not had any reliability problems with it...

-- 
Aaron B. <aaron@zadzmo.org>