FreeThreading Python?

Steve Spicklemire steve at spvi.com
Sat Jan 20 08:40:38 EST 2001


Hi Again..

>>>>> "SJS" == Steve Spicklemire <steve at spvi.com> writes:

    SJS> Here's what I would love:

    SJS> <DREAM-MODE> Go to your favorite 6 processor machine.  type:

    SJS> python -c 'from test import test_thread'

    SJS> and all 6 processors are 'max-ed' out while different threads
    SJS> are scheduled on different processors.

    SJS> </DREAM-MODE>

Doh! Of course.. never mind the fact that test_thread does a lot
of 'sleep'ing so the processors would not really be used to their
full potential. ;-) Imagine instead of sleep we called something
like 'test.pystone.main()'.. 

-steve





More information about the Python-list mailing list