[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: purpose of lua
- From: Tim Caswell <tim@...>
- Date: Mon, 30 Jan 2012 13:18:42 -0600
Also depending on the type of task, Luvit could be very useful. (luvit.io).
It's geared towards Network heavy tasks and uses a non-blocking event
loop (same as node.js actually).
There is even experimental coroutine support for faux blocking syntax
for serial tasks.
On Mon, Jan 30, 2012 at 5:32 AM, steve donovan
<steve.j.donovan@gmail.com> wrote:
> On Mon, Jan 30, 2012 at 12:56 PM, Ben <benjo11111@gmail.com> wrote:
>> I am new with lua. Does lua suitable for Linux Server Administration tasks?
>
> luaposix provides most of what you need:
> http://wiki.alpinelinux.org/wiki/Luaposix
>
> It's available on most major distributions.
>
> steve d.
>