Re: About Threading - implementation

2006-06-14 Thread Marc 'BlackJack' Rintsch
In <[EMAIL PROTECTED]>, Dara Durum wrote: > 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 t

About Threading - implementation

2006-06-14 Thread Dara Durum
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