Menu

Django runserver does not terminate correctly

Anonymous
2011-10-03
2013-03-15
  • Anonymous

    Anonymous - 2011-10-03

    Im using Django 1.3 with eclipse indigo pydev 32bit on windows 7 64 bit (python 32bit).
    when i run "manage.py runserver"  from windows cmd, it creates two python.exe processes with +12,000K and +13000K memory. if i terminate by "ctrl+c" it removes both of these processes.
    Now when run the runserver from pydev with auto-reload (i.e. no-reload removed), it also creates two python processes with +12000K and +13000k memory. But if terminate the runserver using the red terminate box from the console view the process with +12000K goes down but the one with +13000K memory still remains and the server is running.
    i configured for runserver command in two ways but yielded the same problem:
    1. project(right click)->django->custom command->runserver
    2. run configurations

     
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.