Hi, According to http://stackoverflow.com/a/3410588/141818 it looks like you shouldn't run multiple Django applications under the same WSGIApplicationGroup - what is it about Django that prevents this.
If I want to run, say 1000 django sites, all using the same codebase, but different settings files (unique dbuser/dbname) how do I prevent mod_wsgi from spinning up 1000 subinterpreters for each of these inside each daemon process? Or is this the "mass virtual hosting arrangement" that the documentation warns us that mod_wsgi is unsuitable for? If that is the case, where alternatives should I be considering? Thanks for all the documentation, but I still had a few questions after going through those. Regards, rm -- http://about.me/rosh -- 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.
