Say we have three threads T1, T2 and T3 which
perform sequentially one after another is their any benefit
of using thread over here rather than having a single
process.

Answers were Sorted based on User's Feedback



Say we have three threads T1, T2 and T3 which perform sequentially one after another is their any ..

Answer / pandu

yes
thread can share the process resources
by using thread we can increase the system speed

Is This Answer Correct ?    4 Yes 21 No

Post New Answer

More Linux Threads Interview Questions

What is the main disadvantage of user level threads?

0 Answers  


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

1 Answers  


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

2 Answers  


An extended partition can contain many sub partitions called_______

7 Answers  


Which thread method is called when a thread starts?

0 Answers  






Can hyper threading hurt performance?

0 Answers  


how will you distinguish if it is a process or a thread, provided you know pid in linux operating system?

0 Answers   SwanSoft Technologies,


Are threads cores?

0 Answers  


Can we create a thread inside a thread?

0 Answers  


How many goroutines are in a thread?

0 Answers  


What are the two types of threads?

0 Answers  


How many threads can a cpu run?

0 Answers  


Categories