[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 18:13:16 +0300
On Mon, Jan 3, 2011 at 18:07, Steve Litt <slitt@troubleshooters.com> wrote:
> On Monday 03 January 2011 09:46:48 Axel Kittenberger wrote:
>> Either do it in C or use luaposix or alien.
> I'll probably do it in C so I can give the user a precompiled binary. For the
> time being, while I'm getting the Lua UMENU working, I'll just temporary use
> ufork.pl :-)
If you can do it in C, why not bundle luaposix with your binary?
Alexander.