Python: socket server framework like Tcl "socket -server"
Posted
by Mark Harrison
on Stack Overflow
See other posts from Stack Overflow
or by Mark Harrison
Published on 2010-04-11T23:54:34Z
Indexed on
2010/04/12
0:03 UTC
Read the original article
Hit count: 394
I'm looking to reimplement some Tcl code that uses the socket -server
construct [1].
What's the best option in Python for a small, industrial strength multi-user network-based server that includes event loop processing/integration?
© Stack Overflow or respective owner