I have a strange problem that's popped up just recently, and it's puzzling to me.
I'm running the "manage.py runserver" dev server for development. Normally, right after I save a file, the server reloads the new code and is ready to go right away. However, recently one of my apps has a strange problem where it'll reload the code immediately, but then the server is unresponsive for exactly 5 seconds. So it goes like this: -Modify code & save -Django dev server reloads, says "Validating models...", then "0 errors found" and is ready. -Attempting to connect via the browser just stalls, then times out. -5 seconds after the dev server reloads, it starts accepting connections from the browser. So there's just a 5 second waiting time between when the dev server reloads, and when it will accept connections. It only happens with one of my apps, and has just recently started. Does anyone know why this might be happening? I just wanted to ask before I start diving through django source code. Thanks! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

