On 1/26/07, Brian Rosner <[EMAIL PROTECTED]> wrote: > Ah, that does make sense. Yeah I am running with a production server, > but using a virtual host to contain out the production site from > development. I suppose I can just build another Apache and strip it > down for my development needs. Thanks for the tip.
By default Apache loads the code when the process starts, and keeps it in-memory, to avoid the overhead of reloading everything on every request. If you're just doing development, the built-in dev server is a not-bad alternative and reloads on code changes. -- "Bureaucrat Conrad, you are technically correct -- the best kind of correct." --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---