Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make process/interpreter information available outside request. #27

Closed
GoogleCodeExporter opened this issue Oct 3, 2015 · 4 comments
Closed

Comments

@GoogleCodeExporter
Copy link

Should add to 'mod_wsgi' module the variables:

  process_group
  application_group

This is so imported modules can determine if they should enable features
that may only work in or out of main Python interpreter, or only in Apache
child processes or daemon processes.

Possibly should also add:

  multithread
  multiprocess
  run_once

By rights there should be a standard 'wsgi' module but WSGI specification
doesn't require such a thing when it really should.

Original issue reported on code.google.com by Graham.Dumpleton@gmail.com on 28 Aug 2007 at 1:30

@GoogleCodeExporter
Copy link
Author

Technically can't add multithread, multiprocess and run_once as one could for a 
specific URL subset make it look 
different to what server as a whole may be using.

Original comment by Graham.Dumpleton@gmail.com on 6 Sep 2008 at 11:09

@GoogleCodeExporter
Copy link
Author

Added in revision 1056 of trunk for 3.0.

Original comment by Graham.Dumpleton@gmail.com on 6 Sep 2008 at 11:23

  • Changed state: Started
  • Added labels: Milestone-Release3.0

@GoogleCodeExporter
Copy link
Author

Backported to 2.X stream for 2.4 in revision 1251.

Original comment by Graham.Dumpleton@gmail.com on 20 Mar 2009 at 11:11

  • Added labels: Milestone-Release2.4
  • Removed labels: Milestone-Release3.0

@GoogleCodeExporter
Copy link
Author

Version 2.4 of mod_wsgi now released.

Original comment by Graham.Dumpleton@gmail.com on 11 Apr 2009 at 10:25

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant