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.
