Sunday 20 December 2015

Python: multiprocessing module


Python multiprocessing library used to overcome the drawback of GIL. It supports spawning processes using an API similar to the threading module. By using multiprocessing module, programmers fully leverage multiple processors on a given machine. Subsequent posts explain different classes in multiprocessing module.


Previous                                                 Next                                                 Home

No comments:

Post a Comment