Distibuted networking system

Well i know the concept of using multiple processes but this introduces a bigger otherhead and you have to use shared memory or serialize every information which has to be published to the other processes. So there is a reason why most application uses threads instead of processes.
But of course if cpython is the only solution processes would be fine :slight_smile: .