• Guido van Rossum's avatar
    Andy Dustman writes: · 18659608
    Guido van Rossum yazdı
    I noticed while watching (with lsof) my forking SocketServer app running
    that I would get multiple processes listening to the socket. For the most
    part, this doesn't hurt things, but if you terminate the server, this can
    prevent it from restarting because it cannot bind to the port due to any
    running children which also have the socket open. The following one-liner
    fixes this.
    18659608
Adı
Son kayıt (commit)
Son güncelleme
BeOS Loading commit data...
Demo Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Python Loading commit data...
Tools Loading commit data...
.hgtags Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
acconfig.h Loading commit data...
config.h.in Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...