[Twisted-Python] Re: [Stackless] That darn GIL rant again...
April 1, 2008
7:02 p.m.
Am Dienstag, den 01.04.2008, 16:33 +0300 schrieb niki:
I disagree with point 2. "Explicit is better than implicit". Programmer must know where thread/process boundaries are and convey this to the system. This knowledge very important in order to make all kind of algorithmic decisions.
While explicit is usually better then implicit, in the area of threading Python follows the fully implicit path. The GIL is nothing else but a completely magic way to make Python threadsafe. Furthermore, any solution around this must take this automatic safety into account. Andreas
Niki Spahiev
_______________________________________________ Stackless mailing list Stackless@stackless.com http://www.stackless.com/mailman/listinfo/stackless
6651
Age (days ago)
6651
Last active (days ago)
0 comments
1 participants
participants (1)
-
Andreas Kostyrka