Adding a Par construct to Python?

Lie Ryan lie.1296 at gmail.com
Thu May 21 04:55:00 EDT 2009


Carl Banks wrote:
>> There must be another reason (i.e, the refcounts) to argue _for_ the GIL,
> 
> Why?

Nobody likes GIL, but it just have to be there or things starts crumbling...

Nobody would actually argue _for_ GIL, they just know from experience, 
that people that successfully GIL in the past, always produces 
unsatisfactory solution.

Among them are slowing down single threaded code, locking issues, etc.

They are not really arguments _for_ GIL, but a challenge for the next 
people that tries to remove it to think about before dedicating the rest 
of their life to removing GIL; only to found that nobody likes the 
solution...



More information about the Python-list mailing list