Re: DJANGO and modpy reloading hell...

2007-04-14 Thread Graham Dumpleton
On Apr 13, 10:59 pm, "Luciano Adamiak" <[EMAIL PROTECTED]> wrote: > It's for the whole thing... I guess > > But it will prevent your restarting every change.. But it still happens automatically and as a result everything runs very slowly. At that point you may as well use CGI which may even be a

Re: DJANGO and modpy reloading hell...

2007-04-13 Thread Luciano Adamiak
It's for the whole thing... I guess But it will prevent your restarting every change.. On 4/13/07, durumdara <[EMAIL PROTECTED]> wrote: > > > Hi! > > On Apr 13, 2:00 pm, "Luciano Adamiak" <[EMAIL PROTECTED]> > wrote: > > Just set "MaxRequestsPerChild 1" in your httpd.conf > > > > And this paramet

Re: DJANGO and modpy reloading hell...

2007-04-13 Thread durumdara
Hi! On Apr 13, 2:00 pm, "Luciano Adamiak" <[EMAIL PROTECTED]> wrote: > Just set "MaxRequestsPerChild 1" in your httpd.conf > And this parameter is used for whole webserver, or I can set it by virtualhosts? (The last solution is better, because the server is handle 15 site... (python and php)).

Re: DJANGO and modpy reloading hell...

2007-04-13 Thread Luciano Adamiak
Just set "MaxRequestsPerChild 1" in your httpd.conf On 4/13/07, Graham Dumpleton <[EMAIL PROTECTED]> wrote: > > > On Apr 13, 5:20 pm, "durumdara" <[EMAIL PROTECTED]> wrote: > > Hi ! > > > > I want to substitute my modpy based website to any framework system, > > but I have a question: > > > > Th

Re: DJANGO and modpy reloading hell...

2007-04-13 Thread Graham Dumpleton
On Apr 13, 5:20 pm, "durumdara" <[EMAIL PROTECTED]> wrote: > Hi ! > > I want to substitute my modpy based website to any framework system, > but I have a question: > > The development under modpy sometimes became very hard, because the > python in the normal working mode does not reload the module

DJANGO and modpy reloading hell...

2007-04-13 Thread durumdara
Hi ! I want to substitute my modpy based website to any framework system, but I have a question: The development under modpy sometimes became very hard, because the python in the normal working mode does not reload the modules are loaded before. But in web development when we change something i