Re: [modwsgi] Multiple Django Instances in same Application Group

2012-09-27 Thread Roshan Mathews
On Mon, Sep 24, 2012 at 5:42 PM, Roshan Mathews rmath...@gmail.com wrote: What I am trying to do, is to understand how mod_wsgi works. I still have some questions, although the documentation is quite fabulous, especially the page on ProcessesAndThreading [2]. In case someone finds this thread

[modwsgi] Multiple Django Instances in same Application Group

2012-09-24 Thread Roshan Mathews
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

Re: [modwsgi] Multiple Django Instances in same Application Group

2012-09-24 Thread Roshan Mathews
On Mon, Sep 24, 2012 at 4:44 PM, vishwajeet singh dextrou...@gmail.com wrote: On Mon, Sep 24, 2012 at 12:32 PM, Roshan Mathews rmath...@gmail.com wrote: 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

Re: [modwsgi] Multiple Django Instances in same Application Group

2012-09-24 Thread Roshan Mathews
On Mon, Sep 24, 2012 at 5:11 PM, vishwajeet singh dextrou...@gmail.com wrote: I am not sure configuring 1000 wsgi's is good idea even if it's possible, though Graham would be the right person to comment on this, django allows some settings to be changed at runtime check this bug