|
Threads are small processes that for parts of a larger
process. A thread is contained inside a process. Different threads in the same
process share some resources.
Read
answer
Some advantages of using threads are: - A process switching
takes a longer time than that by threads. They can execute in parallel on
a multiprocessor..................
Read
answer
Threads - Share address space, have direct access to data
segment of its process, can communicate with other threads of the same
process..................
Read
answer
|