What are the disadvantages of threading?
Answer / Ram Singh
Some disadvantages of threading include increased complexity in managing concurrent tasks, potential for race conditions and deadlocks, increased memory usage due to additional threads, and possible performance degradation when creating or destroying threads.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the differences between user level threads and kernel threads?
Are threads faster than processes?
What is a lightweight thread?
Do threads share registers?
What are the advantages of threads over processes?
What is difference between processes and threads?
Do threads share program counter?
Can two threads share the same stack?
What is the difference between process and thread in linux?
Are threads as good as cores?
Why context switching is faster in threads?
What does 4 cores 8 threads mean?