i have setup on pydev eclipse
everytime i run runserver --noreload my cpu usage hits to 100 percent on core 2 duo laptop ..
pretty much this guy had the same problem
http://stackoverflow.com/questions/1750676/django-development-server-cpu-intensive-how-to-analyse
i tried on a quad core machine it gets to 30 percent cpu usage too. i guess the runserver is not very effective ? i am doing any big thing .. just started to learn django here.
any thoughts what might cause this?
thanks