On Aug 24, 6:33 pm, "Timothy Kanters" <[EMAIL PROTECTED]> wrote: > > Some may suggest that you set maximum number of requests per Apache > > child to 1. This however is a rather brute force approach and if doing > > that you may as well use CGI. > > Aye, but for my development server that is quite ok, easier to do than > restarting apache after every change :) > > Thanks for the help though, I've got things running fine now and so > far I'm really impressed with django already! Can't wait to build my > first website for a client in this.
You could always use mod_wsgi (http://www.modwsgi.org). In particular its daemon mode and the automatic restarter recipe described in: http://code.google.com/p/modwsgi/wiki/ReloadingSourceCode That way it will only restart when you have actually changed something. Graham --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---