Why are threads expensive?



Why are threads expensive?..

Answer / Vijay Kumar Jatav

Threads can be expensive because they require additional resources such as memory, CPU cycles, and context switching overhead. Each thread has its own stack, registers, and other data structures, which can lead to increased resource usage.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Linux Threads Interview Questions

Do threads run in parallel?

1 Answers  


Whats better threading or waxing?

1 Answers  


What are the process states in linux?

1 Answers  


What do cpu threads do?

1 Answers  


How many threads does an i7 8700k have?

1 Answers  


Can python be multithreaded?

1 Answers  


When performing a Linux installation the____ command can be typed to start the installation without framebuffer support

2 Answers  


What is a lightweight thread?

1 Answers  


Do threads share file descriptors?

1 Answers  


What are the two methods to create threads?

1 Answers  


Is it better to have more cores or more threads?

1 Answers  


differtent ways of creating threads???? other than pthread

1 Answers  


Categories