[medusa] Question: killing/shuting down asyncore servers

Itay Zandbank zmbq@a...
Wed, 4 Oct 2000 20:27:42 +0300


Woops, just bumped into this.

> other commands. This approach is more portable, but
> requires clients more complicated than kill. :)
> How are other folks solving this problem?

Instead of signals, I use a named pipe. I can't use kill as my client, but
echo performs well, to :-)