Re: Lua coroutines

2015-09-27 Thread Jim Jagielski
and to work on a larger group of systems, and not so much on the actual functionality itself, mostly to make it more possible as a httpd dependent lib :) > On Sep 27, 2015, at 3:28 AM, Daniel Gruno <humbed...@apache.org> wrote: > > Not to mention that should we opt for the Lua coroutines,

Re: Lua coroutines

2015-09-27 Thread Daniel Gruno
Not to mention that should we opt for the Lua coroutines, this would also indirectly mean it would be possible to dynamically alter the HTTP process using custom scripts, which could be very interesting :) sort of like mod_lua on steroids ;). Other ways this could be used would be unit testing

Lua coroutines

2015-09-26 Thread Jim Jagielski
I've been keen on libmill, which provides a golang-like goroutine library. It seems that such functionality would be cool for httpd Then I started thinking: Lua also has a great coroutine impl and it is also MIT licensed and might be easier to fold into httpd. Anyone ever look at that? Having