On Mon, Jun 16, 2008 at 1:39 PM, Simon Pickles <[EMAIL PROTECTED]> wrote: > Please comment on the following statement: > > "Due to the GIL, python threads will not operate concurrently on a multicore > machine, even stackless ones. However, using multiple processes overcomes > this problem, either by multiple instances of python running, by using the > process module, or pyro, etc" > > Hold true? (fingers crossed!)
Sounds right. -- Christopher Armstrong International Man of Twistery http://radix.twistedmatrix.com/ http://twistedmatrix.com/ http://canonical.com/ _______________________________________________ Stackless mailing list [email protected] http://www.stackless.com/mailman/listinfo/stackless
