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



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

Answer / rachit

In a process at least one thread will always be there.
So i think, when we create a new process using fork() system, this is also a thread creation (single thread only).

Is This Answer Correct ?    4 Yes 8 No

Post New Answer

More Linux Threads Interview Questions

What is a lightweight thread?

0 Answers  


How many cores and threads do I need?

0 Answers  


What is kernel level thread?

0 Answers  


Is creating a thread expensive?

0 Answers  


Why is hyperthreading turned off?

0 Answers  






Do threads share registers?

0 Answers  


What does 4 cores 8 threads mean?

0 Answers  


Does hyperthreading reduce performance?

0 Answers  


Are more threads better?

0 Answers  


Can threading damage skin?

0 Answers  


How does thread pool keeps the thread alive?

0 Answers  


How many threads does a core i7 have?

0 Answers  


Categories