On Wednesday 03 February 2010 13:30:34 Zygmunt wrote: > Hi!
> When i create some changes in my page, i need restart apache server. > How can i avoid restarting? > Ummm, it was not a problem. It was a feature. Which I realize now. (if I understood correctly, please correct me if I was wrong). When you run the your code first time, python parses it and stores in memory. In next request it was ready to server. Also it was not same kind of PHP OPCODE cache. It was something different. It stores your objects too. You did not re cast your objects in every request... So ? You have to restart it. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.