Hi, That command runs a server that is for development and testing purposes only. It is not meant to run for a long time, although that doesn't explain why it crashes after just 10 minutes. To use it in production, you should consider a proper server like Apache [http://www.apache.org/], which will do a much better job at serving your application.
Google with "django+apache" and you should find some help on how to set it up. On Feb 15, 9:22 pm, diadya_vova <[EMAIL PROTECTED]> wrote: > Hello all, > > I run small application with "manage.py runserver MyIP". > It used in small LAN by my coworkers. > And if we don't use it some minutes - it's freeze. > And don't respond. > > I use Django 0.96 in "Instant Django" package. --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---

