lua-users home
lua-l archive

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


On 15 March 2013 11:37, petah <lua@laufenberg.ch> wrote:
> can't you just issue io.popen() commands and retrieve the result?
>
> I wrote some wrappers for my Debian hackery doing exec, piped single- and multi-line retrieval if you want.
>
> -- p
>

On 15 March 2013 10:50, Laurent Faillie <l_faillie@yahoo.com> wrote:
> I would like to avoid as much as possible to fork()
> eternal processes as it's heavy for the host ; So no exec() if possible.