Linked by Adam S on Sun 15th Jun 2008 21:59 UTC
Thread beginning with comment 318715
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
That depends on the program. In my experience, most real-world programs don't use threads effectively for performance (actually, most real-world programs don't use threads at all).
But, since both Python and Java support threads, I don't know why we're arguing over it.





Member since:
2005-07-05
@danieldk
I forgot one point I wanted to make regarding your threading comment...
Most of the common uses of threading in real-world applications do not improve overall performance of an application anyway, no matter how many cores your machine has. The benefits of multicore desktop machines come from multitasking and not from single applications that use threads.