Skip to content

Latest commit

 

History

History

21

Session 21 Parallel execution - GIL

  • threading
  • multiprocessing
  • GIL

Screencast

Hello Python Session

Materials

Project

  1. test how GIL infer to execution time in different situations
  • incrementing int value many times
  • sleep for fix amount of time
  • filesystem IO
  • network IO make a singlethread/multithread/multiprocessess version of each case. Compare their execution time.