No, there isn't currently a way. It is possible that it may get added in some way as a side effect of instrumentation I intend adding to generate metrics about mod_wsgi configuration, number of processes/threads and number of concurrent requests for use by New Relic Python agent though.
Graham On 29 August 2011 14:20, rcoup <[email protected]> wrote: > Hiya, > > I'm looking at using Dozer (https://bitbucket.org/bbangert/dozer/ > overview) to do some leak tracing, but it doesn't run in a > multiprocess environment (and asserts when processing a request). In > order to make sure it doesn't accidentally get run somewhere bad, is > there a way to get the value of wsgi.multiprocess while I'm setting up > the WSGI application, so Dozer won't ever be added in a config where > it'll always fail? > > I had a play with the magic mod_wsgi python module, but it only seems > to expose the version and application/process group names. > > Cheers, > > Rob :) > > -- > 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.
