Hello!
On Tue, Dec 10, 2013 at 5:15 AM, Tor Hveem wrote:
>
> Do you mean using a lua library to create zip files within lua, would
> that not scale poorly with the nginx lua event model?
>
Why do you say that? What's wrong with ngx_lua's event model?
Actually with pure Lua implementation, you can save the cost involved
in subrequests which are used by Evan Miller's mod_zip module. And
with ngx.flush(true) provided by ngx_lua you can also ensure very
small (and even constant) memory footprint.
Regards,
-agentzh