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
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment