On Mar 29, 2007, at 1:33 PM, Greg Donald wrote:

> Is there something more stable for development than this `./manage.py
> runserver` nonsense?  I can easily crash it and do so quite often as
> it turns out.  It's such a pain to have to restart it all the time.
> And when it crashes it it also breaks stdout, so I have to reset my
> bash again and again to see what I'm even typing.  I tried developing
> under Apache/mod_python for a couple of days but I have to restart
> Apache to see certain changes in my code, models and the settings file
> in particular.
>
> Is there a better way?

I use apache2 and set:

        MaxRequestsPerChild 1

The default is 0, which is unlimited.

This change should cause apache to load fresh code for each request.

pablos.
--
Pablos
Komposite, Inc.
206.412.3806



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to