Mikolaj J. Habryn wrote:

>
>  1) If you think your program requires multithreading, 99% of the time,
>you're wrong.
>  2) If you /still/ think your program requires multithreading, see point 1.
>
Rubbish,  threading is needed in a lot of applications.   For example 
web servers or even web query utilities so that they can download 
concurrent parts of the page.

I use threading a bit,   especially for GUI part and application.   
Splitting these into two threads makes the whole process to work well. 
 Now should the language support this quietly and transparently,  that 
is a different question.

KenF


-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to