>>>>> Ross Ridge <[email protected]> (RR) wrote:

>RR> By definition an I/O bound thread isn't CPU bound so won't benefit from
>RR> improved CPU resources.

But doing I/O is not the same as being I/O bound. And Python allows
multithreading when a thread does I/O even if that thread is not I/O
bound but CPU bound. See my other posting for an example.
-- 
Piet van Oostrum <[email protected]>
URL: http://pietvanoostrum.com [PGP 8DAE142BE17999C4]
Private email: [email protected]
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to