If you're getting this with "paster serve --reload" after you quit the
application and try to restart it, the problem seems to be in the OS.
On Linux Ubuntu it quits properly, but on Linux Gentoo it leaves
threads running.

If you're getting it with "paster serve --monitor-restart", it's
probably related to the problem I mentioned in another thread
("Daemonizing and auto-restart"): the application successfully starts
but Paste for some reason doesn't think it has, so it deletes the PID,
which causes it to start again, which raises a "port already in use"
error, so it deletes the PID and starts again, which raises a "port
already in use" error...

On 5/28/07, Cezary Statkiewicz <[EMAIL PROTECTED]> wrote:
>
> netstat -lp
>
>  this will show you pid and process name

I use "lsof -i @111.222.333.444:8080" but netstat may be more convenient.

-- 
Mike Orr <[EMAIL PROTECTED]>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to