km wrote:
 > Hi all,
 >
 > is true parallelism possible in python ? or atleast in the
 > coming versions ? is global interpreter lock a bane in this
 > context ?

No; maybe; and currently, not usually.

On a uniprocessor system, the GIL is no problem. On multi-
processor/core systems, it's a big loser.


-- 
--Bryan
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to