May 21 2009

MultiThreading and its challenges!

In this real world, optimum utilization of resources has always been the prime concern of any organization ,industry and institution; irrespective of the size, fashion and nature of their operations; various techniques and principals are used to achieve this goal.
In Java also, it’s always a prime challenge for a developer to use it’s available resources [...]

May 8 2009

MultiThreading and C++

Multithreading and C++ :  Grasping the jist:

Multithreading is growing in pertinence in modern programming for a good many number of reasons, one of the most primary being that Windows supports multithreading. While C++ does not feature built-in support for multithreading, it can be used to created multithreaded programs, which is the subject of this article. [...]