[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: How to run in background through forking in Lua?
- From: Alexander Gladysh <agladysh@...>
- Date: Mon, 3 Jan 2011 16:53:54 +0300
On Mon, Jan 3, 2011 at 16:42, Steve Litt <slitt@troubleshooters.com> wrote:
> In my Lua readings I haven't come across a fork() command. Is there a way I
> can rewrite my ufork.pl in Lua? If not, is there a different way to do it in
> Lua? If not that, I spoze I could do it in C and make sure it's statically
> compiled so as to be distributable as a binary.
See luaposix: http://luaforge.net/projects/luaposix/
Alexander.