Click to See Complete Forum and Search --> : what is multithreading


faisals83
July 27th, 2007, 06:02 AM
what is multithreading

vni
July 27th, 2007, 07:00 AM
The ability of an operating system to execute different parts of a program, called threads, simultaneously. The programmer must carefully design the program in such a way that all the threads can run at the same time without interfering with each other.

This is multi-threading.
Wat do u want exactly?