Re: mod_python, multiple django-sites, memory usage

2007-09-10 Thread Atilla
If you are considering running mod_fcgi systems, take a loot at mod_wsgi first. It's quite stable already, the setup is not any more difficult than mod_fcgi and it's a lot more easy to configure the finer details. Additionally, some simplistic tests show quite good performance, although that's

Re: mod_python, multiple django-sites, memory usage

2007-09-10 Thread Damodhar
hi I,am new one to django, I am very intrst to learn Django, so i install python latest verson, and try to install daango latest verson but it want;s's to configure .. mod_python module , can u help me am using WINDOWS XP SYSTEM now am working in PHP MYSQL USING XAMPLITE (APACHE +PHP + MYSQL

Re: mod_python, multiple django-sites, memory usage

2007-07-24 Thread Graham Dumpleton
On Jul 24, 8:30 pm, Gábor Farkas <[EMAIL PROTECTED]> wrote: > Graham Dumpleton wrote: > > So, the question is, what are you trying to achieve or want? Was there > > a specific reason for the question? Knowing what you are really trying > > to do, might be able to suggest others things you can

Re: mod_python, multiple django-sites, memory usage

2007-07-24 Thread Gábor Farkas
Graham Dumpleton wrote: > On Jul 24, 6:28 pm, Gábor Farkas <[EMAIL PROTECTED]> wrote: >> hi, >> >> how does it work exactly, when i have multiple django sites running in >> one apache server using mod_python? >> >> for example, imagine that i have 10 django sites running in one apache >> server.

Re: mod_python, multiple django-sites, memory usage

2007-07-24 Thread Graham Dumpleton
On Jul 24, 7:53 pm, David Reynolds <[EMAIL PROTECTED]> wrote: > On 24 Jul 2007, at 10:35 am, Graham Dumpleton wrote: > > > Memory use of running multiple Django instances under Apache using > > mod_python is only one of the problems that can arise in this > > instance. Other problems are the

Re: mod_python, multiple django-sites, memory usage

2007-07-24 Thread David Reynolds
On 24 Jul 2007, at 10:35 am, Graham Dumpleton wrote: Memory use of running multiple Django instances under Apache using mod_python is only one of the problems that can arise in this instance. Other problems are the ability for the Django instances to interfere with each other due to C

Re: mod_python, multiple django-sites, memory usage

2007-07-24 Thread Graham Dumpleton
On Jul 24, 6:28 pm, Gábor Farkas <[EMAIL PROTECTED]> wrote: > hi, > > how does it work exactly, when i have multiple django sites running in > one apache server using mod_python? > > for example, imagine that i have 10 django sites running in one apache > server. > > does that mean, that in every

mod_python, multiple django-sites, memory usage

2007-07-24 Thread Gábor Farkas
hi, how does it work exactly, when i have multiple django sites running in one apache server using mod_python? for example, imagine that i have 10 django sites running in one apache server. does that mean, that in every apache process, i have 10 python interpreters loaded? or in other