[Twisted-Python] UNIXServer and its socket

Matteo Giacomazzi matteo.giacomazzi at email.it
Tue Nov 18 00:55:01 MST 2003


In my application I have a server that listens on a UNIX socket.
When I kill the application, the socket file remains in the filesystem
so  when  I  restart  it  I always achieve an "Address already in use"
error.

Should  I  delete  it  manually  any time I stop the application or is
there a more elegant way to solve this problem?

The application is a plugin for twistd.

Thank you in advance.
  
 Matteo





More information about the Twisted-Python mailing list