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
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