| Author: Prasoon Kumar 29 Jun 2009 | Member Level: Silver Points : 2 |
Hi
Vijayaragavan.R ,
Again thanks.
Just to add to your article,
At least there is one thread associated with each process.
Even if your process/program doesn't specify a thread it
is always atleast single threaded program(most oftenly with
public void main()) .
Most fundamental aquestion here is :- WHY DO WE NEED
MULTITHREADED application/program?
Regards
Prasoon.
|
| Author: Abhinav Dawra 29 Jun 2009 | Member Level: Gold Points : 1 |
Thanks for this nice article on Threads.
Are AutoResetEvents and ManualResetEvents also part of threading. Can you share some more light on them if possible?
Thanks, Abhinav
|