[mod_python] Interpreters and Filters

Gregory (Grisha) Trubetskoy grisha at modpython.org
Mon Jan 26 11:31:04 EST 2004


I haven't verified this, but I think the filter will execute in an
interpreter for the virtual host in which the the AddOutputFilter is
specified.

Grisha

On Sun, 25 Jan 2004, Daniel West wrote:

>
> According to the 3.0 (and 3.1.2b) documentation, PythonOutputFilter only
> works in the server config (not vhost).  If you have two vhosts (two
> interpreters by default) and a filter from the server config handles a
> request, does the filter have it's own interpreter which handles the
> request or does it run in the interpreter space of the vhost originating
> the request?
>
> -Dan
>
> _______________________________________________
> Mod_python mailing list
> Mod_python at modpython.org
> http://mailman.modpython.org/mailman/listinfo/mod_python
>


More information about the Mod_python mailing list