Loading...
Searching...
No Matches
transport8a.py File Reference

This is a variation of the transport8.py example and it uses the multiprocessing Python package instead of threading in order to achieve parallel execution. More...

Go to the source code of this file.

Detailed Description

This is a variation of the transport8.py example and it uses the multiprocessing Python package instead of threading in order to achieve parallel execution.

Threads in the CPython implementation are not executed in parallel due to the Global Interpreter Lock.

Definition in file transport8a.py.