Hi guys,

I'm fairly new to Django. I'm running Django 1.3 (stuck with it 
unfortunately) and on my own machine I'm using the development server: 
python manage.py runserver

When I make a change to a pyhton file the development server restarts but 
it's extremely slow to load again. Is this how it should behave? For 
example, using cProfile I can see that posix.waitpid is taking 149 seconds 
which I would guess is causing the problem? As you can imagine when writing 
new code or debugging this is incredibly frustrating and almost unusable. 

Is there anyway that I can fix this or could someone point me in the 
direction of what might be wrong? As mentioned above posix.waitpid takes a 
long time but I'm not sure what this means or what it does. 

Any help is much appreciated. 

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/94e18d79-3ba4-4ea5-8b5f-91f8d0f9fe00%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to