-
xkcd » Blog Archive » ROBOT9000 and #xkcd-signal: Attacking Noise in Chat
First posted by trodrigues (13 years, 3 months ago) -
-
Writing a server with Python's asyncore module
First posted by nmariz (13 years, 3 months ago) -
The Python standard library provides two modules(asyncore and asynchat) to help in writing concurrent network servers using event-based designs.
-