views:

96

answers:

1

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

A: 

I started using Aptana (eclipse) on my mac for django development and had all kinds of problems with configuring it and slow running. Switched to PyCharm and my problems went away. Not a solution for everyone but worked for me.