Christian Müller – Letzte Änderung: 02.03.2013 17:54 Uhr
Python thread based Server
Beispiele für socket basierte threaded server gibt es einige, repräsentativ hier das des Users LJ von code.activestate.com: from socket import * import thread BUFF = 1024 ...