<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"></head><body >Hello,<div><br></div><div>I'm big fan of multiprocessing module, but recently I started looking at threading in Python more closely and got couple of questions I hope You can help me with:</div><div><br></div><div>1. When I run two or more threads in my python process are they really run concurrently on mulicore machine?</div><div><br></div><div>2. Browsing through documentation it looks like python interpreter protects its sensitive states by using GIL. Can you guys list situations when this happens?</div><div><br></div><div>2. What would be general advice from python experts on when to use threadng and when switch to multliprocessing in python? Is the decision still influenced by how often we need to comunicate between the tasks as it's in C\C++?</div><div><br></div><div>thanks in advance for help!</div><div>Marcin</div><div><br></div><div><br></div></body></html>