In article <d6d695d8-2af6-4713-bcbf-587e19e16...@n4g2000vba.googlegroups.com>,
=?windows-1252?Q?Jure_Erzno=9Enik?=  <jure.erznoz...@gmail.com> 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 (a...@pythoncraft.com)           <*>         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