What do you mean by 'Pylons environment'?

Seems that something in Pylons or your application has added it as
debug or an indicator of something based on underlying
wsgi.multithread/wsgi.multiprocess flags in WSGI environment. The
mod_wsgi module itself doesn't add such a string.

For more about those underlying flags read:

http://code.google.com/p/modwsgi/wiki/ProcessesAndThreading

If it is not your application, you may need to ask the Pylons folks
why/how it gets there.

Graham

2009/11/29 andres <[email protected]>:
> Hi,
>
> I'm using mod_wsgi in daemon mode with multiple processes and multiple
> threads as shown in this example:
>
> http://code.google.com/p/modwsgi/wiki/ConfigurationDirectives#WSGIDaemonProcess
>
> Everything seems to be working properly but I found the following
> message inserted into the pylons environment:
>
> wsgi process: "Multi process AND threads (?)"
>
> Does this mean there something wrong with my configuration?
>
> -Andres
>
> --
>
> You received this message because you are subscribed to the Google Groups 
> "modwsgi" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to 
> [email protected].
> For more options, visit this group at 
> http://groups.google.com/group/modwsgi?hl=en.
>
>
>

--

You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/modwsgi?hl=en.


Reply via email to