Terminating Flask's Internal Server in Eclipse ( Aptana Pydev)
问题 I am using Aptana plugin in eclipse Luna. Pydev is already there in Aptana. I am doing flask development using flask's internal web server (Werkzeug/0.10.1 Python/2.7.6). When i run my project everything goes well but when i terminate run, my app server remain active. It keeps serving and when i run my project again it gives me following socket error. socket.error: [Errno 98] Address already in use Previously i was using pydev without aptana and it was working fine. Now for every run i am