Jan 13, 2009

What are threads and why use multithreading? Things which we have to be careful with when using threading.

What are threads and why use multithreading? Things which we have to be careful with when using threading.

Thread is a lightweight process, which can execute tasks concurrently. Threads share common memory address, fast context switch.
Deadlock, starvation, live lock

No comments:

Post a Comment