About Threading - implementation
Dara Durum
durumdara at gmail.com
Wed Jun 14 05:49:17 EDT 2006
Hi !
I don't understand something.
Under Python the threads are simulated by Python Interpreter as when
prev. setted pieces (interval) of the interpreted tokens are executed,
it is change to another "virtual" thread ?
Or it was really create real threads, and they are figth for the
priority, and for the execution time ?
And can I create REAL threads under Python (just like in Delphi), or
better if I use processes, not threads ?
Please help me:
dd
More information about the Python-list
mailing list