Peter Leonov
March 27, 2010 07:42AM
Hi Manilo,

On 27.03.2010, at 0:07, Manlio Perillo <manlio.perillo@gmail.com> wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi.
>
> As I wrote in a previous message, in an effort to improve the WSGI
> module, I have moved Python support to a separate module:
> http://hg.mperillo.ath.cx/nginx/ngx_python_module
>
> When the module is included in Nginx, the Python interpreter will be
> initialized unconditionally.
>
> The new `ngx_http_wsgi module` now use the "module init" callback
> function, to do its own Python specific initialization (in old version
> this was done in the HTTP post configuration callback), since this is
> the only place where we know the `ngx_python_module` has been fully
> initialized.
>
>
> A different solution is to define a custom "python" directive in the
> `ngx_python_module`, and initialize the Python interpreter here only
> if
> directive is specified in configuration file.
>
> The disadvantage is that:
>
> * I can no more use multiple directives for Python configuration
> (not a big deal)
> * The `ngx_http_wsgi_module must` can no more assume the Python
> interpreter is initialized (again, not a big deal)
>
>
> What is the best solution?
In ngx_http_js_module it works like the second variant, which is
copied from ngx_http_perl_module. Some code that knows about blablabla
module calls ngx_blablabla_init_interpreter() at the exact moment it
going to do something blablabla-related ;) In its turn
ngx_blablabla_init_interpreter() does really init interpreter or just
return the already existed and cached in some global/static variable.
All this modules (perl and javascript) use one global interpreter for
all requests.

Am thinking this is not very sexy approach but a simple and reliable
one.

Gest regards,
Peter.

>
>
> Thanks Manlio
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.10 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iEYEARECAAYFAkutIfoACgkQscQJ24LbaUQCoACeOFTPzpKSRQFZG+gwLyhXCWus
> It8AoJdZeYEY2s89FWvhKt8gl2+lbCo1
> =PYew
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> nginx-devel mailing list
> nginx-devel@nginx.org
> http://nginx.org/mailman/listinfo/nginx-devel

_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

advice on module design

Manlio Perillo 2426 March 26, 2010 05:08PM

Re: advice on module design

Peter Leonov 961 March 27, 2010 07:42AM

Re: advice on module design

Manlio Perillo 970 March 27, 2010 03:00PM

Re: advice on module design

Peter Leonov 1332 March 28, 2010 07:14AM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 119
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 500 on July 15, 2024
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready