Multiprocessing vs Threads
-
GIL with threads

-
Multiprocessing

-
Prompt
show me how to use multiprocessor to solve the GIL problem with a simple code in python
Also show threading and then multiprocessor
Asynchronous programming
- Is ideal for I/O bound
- In synchronous programming we perform tasks sequentially
