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: 369

Filed under:
|
|

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?

[1] http://www.tcl.tk/man/tcl8.4/TclCmd/socket.htm

© Stack Overflow or respective owner

Related posts about python

Related posts about socket-server