Re: perl module for nginx

2014-05-15 Thread Lord Nynex
I'm a bit pressed for time but want to throw out a few incomplete thoughts on this. You will have a very difficult time doing IPC between worker processes unless you do IPC over a unix domain socket (and even then it sorta sucks). IMHO this is sub-optimal as this module has the ability to block th

Re: perl module for nginx

2014-05-14 Thread David Coutadeur
Le 14/05/2014 18:58, Maxim Dounin a écrit : Hello! On Wed, May 14, 2014 at 06:47:26PM +0200, David Coutadeur wrote: Hello, I am trying to build a perl access handler module into nginx, thanks to this API : http://nginx.org/en/docs/http/ngx_http_perl_module.html but I have some difficulties t

Re: perl module for nginx

2014-05-14 Thread Maxim Dounin
Hello! On Wed, May 14, 2014 at 06:47:26PM +0200, David Coutadeur wrote: > > Hello, > > I am trying to build a perl access handler module into nginx, thanks to this > API : > http://nginx.org/en/docs/http/ngx_http_perl_module.html > but I have some difficulties to do so. > > Indeed, I would nee

perl module for nginx

2014-05-14 Thread David Coutadeur
Hello, I am trying to build a perl access handler module into nginx, thanks to this API : http://nginx.org/en/docs/http/ngx_http_perl_module.html but I have some difficulties to do so. Indeed, I would need some tools like - a mean to share variables between handlers, - a mean to call my handl