Как я понимаю, ты из nginx не проксируешь запрос на свой перловый демон, который будет сам разбирать запрос, а сразу вызываешь обработчик и передаешь ему уже разобранный объект запроса.
- Анатолий Шарифулин
Hi Alex, are you a nginx committer? With this patch (and PSGI/Plack) the way Perl web applications work would dramatically change: all PSGI compatible web applications such as Catalyst would run natively inside nginx embedded perl, right? :)
- Tatsuhiko Miyagawa
My hope considers taking in to core of nginx, after this hack settles down.
- kazuhiro osawa
Miyagawa, no, I'm not, although Igor (the author) is my friend. He says that ngx_http_perl_module is not very stable by itself. I'm still going to give nginx-psgi a try.
- Alex Kapranoff