decorators vs GIL

Xavier Combelle xavier.combelle at free.fr
Sun Aug 8 00:18:28 EDT 2004


>>I have no problems with Python's performance in my
>>applications.  I avoid threads because they're error-prone,
>>    
>>
>
>Isn't that like saying, I avoid programming in general because it's
>error-prone?  I don't follow.
>  
>
 I don't agree with the comparison. Programming may be error prone, but 
can you suggest something
to replace it? In the other side, there is different way to avoid 
threads: make a heavy process, doing a
single event loop. You should have a really special and hard work to use 
them routinely.




More information about the Python-list mailing list