]> git.kaiwu.me - nginx.git/commit
Axe several perl interpreter instances: they may be useful in currently
authorIgor Sysoev <igor@sysoev.ru>
Sun, 26 Nov 2006 14:35:27 +0000 (14:35 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Sun, 26 Nov 2006 14:35:27 +0000 (14:35 +0000)
commitf9b7db5aaa366852f0c58111ac1a1ddfdee8210e
treec2f002a0921d53bf5ddb6d1ce03ae9d670179eab
parentac6e1c1254a42954409f7fa8feeaaa8a040c8bd9
Axe several perl interpreter instances: they may be useful in currently
unsupported threaded environment, but now they complicate code:
*) perl_clone() requires at least duplicating nginx stash;
*) the multiplicity requires to re-evalute all precompiled subroutines
   and nginx stash in new interpreter context.
auto/lib/perl/conf
src/http/modules/perl/ngx_http_perl_module.c
src/http/modules/perl/ngx_http_perl_module.h