[no subject]

2013-12-12 Thread marcinmltd
Hello, 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: 1. When I run two or more threads in my python process are they really run concurrently on mulicore machine? 2. Browsing th

Re: Threading In Python

2013-12-12 Thread marcinmltd
Adding subject to the message. Sent from Samsung Mobile on O2 Original message From: marcinmltd Date: To: python-list@python.org Subject: Hello, I'm big fan of multiprocessing module, but recently I started looking at threading in Python more closely an