ramkrishanbhatt / modwsgi

Automatically exported from code.google.com/p/modwsgi
0 stars 0 forks source link

Don't allow way to override wsgi.multiprocess for embedded mode. #202

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
If load balancing across multiple Apache servers and using mod_wsgi embedded 
mode and only one Apache child server process, wsgi,multiprocess will be False 
for each instance. There should be a way of overriding this so can say it 
should be True. One can do this for daemon mode but not embedded mode.

Original issue reported on code.google.com by Graham.Dumpleton@gmail.com on 15 Jun 2010 at 12:41