asyncore
asyncore — Asynchronous socket handler
Source code: Lib/asyncore.py
Note
This module exists for backwards compatibility only. For new code we recommend using asyncio
.
This module provides the basic infrastructure for writing asynchronous socket service clients and servers.
There are only two ways to have a program on a single processor do “more than one thing at a time.” Multi-threaded programming is the simplest and most popular way to do it, but there is another very differen