From f9b7db5aaa366852f0c58111ac1a1ddfdee8210e Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Sun, 26 Nov 2006 14:35:27 +0000 Subject: 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. --- src/http/modules/perl/ngx_http_perl_module.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/http/modules/perl/ngx_http_perl_module.h') diff --git a/src/http/modules/perl/ngx_http_perl_module.h b/src/http/modules/perl/ngx_http_perl_module.h index 67aaba08b..af23f9ef7 100644 --- a/src/http/modules/perl/ngx_http_perl_module.h +++ b/src/http/modules/perl/ngx_http_perl_module.h @@ -20,8 +20,6 @@ typedef ngx_http_request_t *nginx; typedef struct { - PerlInterpreter *perl; - ngx_str_t filename; ngx_str_t redirect_uri; ngx_str_t redirect_args; -- cgit v1.2.3