Hello!
On Mon, Jul 1, 2013 at 5:39 PM, António P. P. Almeida <a...@perusio.net> wrote:
> AFAIK, not if you use sub requests through a multi capture of the URI.
>
Use of Nginx subrequests is a way to reuse existing (nonblocking)
nginx upstream modules (and other nginx C modules) from within Lua but
it will *not* make blocking things in Nginx magically become
nonblocking.
Best regards,
-agentzh