On 7/7/06, x0nix <[EMAIL PROTECTED]> wrote: > > Yeah, in ideal world, in HUGE corporation :-) > In real world, in tiny company we need to make a modification, test it > and deploy within few hours and as simply as possible. > > Of course we do coding 'n testing on other machine, but restart apache > even to deploy every modification is quite uncomfortable. Especially if > the apache runs dozen of other sites. > > Anyway i think we're quite off-topic ;-) >
Um, you earlier stated that the problem was that you have "PythonAutoReload On". That's not on your production server is it? Generally, that setting would only be used in a testing environment. And do you really update you production server with each little modification? Wouldn't it be more practical to update the production server once a day or so. That way, only one developer would be restarting apache only once a day. The process could perhaps even be automated to run at a low traffic time. -- ---- Waylan Limberg [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---

