I found it looking into /multiprocessing/context.py: The process started first is the SyncManager that enables sharing of Queues etc. between the Processes. So, nothing to worry about...