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 |
Do threads run in parallel?
Why are threads expensive?
What are the disadvantages of threading?
What are concurrent threads?
Can python be multithreaded?
Do threads count as cores?
What is a lightweight thread?
Can one thread run on multiple cores?
What are the advantages of threads?
What are linux kernel threads?
Are cpu threads important?
Is multithreading faster than multiprocessing?