In article <[email protected]>,
=?windows-1252?Q?Jure_Erzno=9Enik?=  <[email protected]> wrote:
>
>I do aggree though that threading is important. Regardless of any
>studies showing that threads suck, they are here and they offer
>relatively simple concurrency. IMHO they should never have been
>crippled like this. Even though GIL solves access violations, it's not
>the right approach. It simply kills all threading benefits except for
>the situation where you work with multiple I/O blocking threads.
>That's just about the only situation where this problem is not
>apparent.

NumPy?
-- 
Aahz ([email protected])           <*>         http://www.pythoncraft.com/

"as long as we like the same operating system, things are cool." --piranha
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to