lua-users home
lua-l archive

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


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.