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.
This blog is primarily focus on Java fundamentals and the libraries built on top of Java programming language. Most of the post are example oriented, hope you have fun in reading my blog....:)
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment