Rahul Anand's Blog

If my mind can conceive it, and my heart can believe it, I know I can achieve it.

  Home  |   Contact  |   Syndication    |   Login
  5 Posts | 1 Stories | 17 Comments | 7 Trackbacks

News

Article Categories

Archives

Post Categories

March 2006 Entries

By implementing multithreading in an application we can enable it to perform multiple operations simultaneously. Do remember that multithreading can not make a single processor to process two task in a single clock cycle, but the performance can be improved by utilizing the idle time of the processor. The other major benefit of multithreading in an application is, it drastically improves the response time. Multithreading is not a suitable choice if the tasks at hand are dependent on each other. In...