This implies that the Server class is in charge of just listening and starting up new clients. Clients are expected to run in the event loop thread, so they only deal with minimal IO/network concerns. Each client has a protocol actor that does the actual work. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| log.py | ||
| network.py | ||
| path.py | ||
| process.py | ||
| settings.py | ||