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 |
Explain each system calls used for process management in linux.
Do threads share page table?
What are the advantages of threads?
how can i tell how much memory linux is using?
Why is hyperthreading turned off?
What are the two methods to create threads?
What is the difference between process and thread in linux?
Whats the difference between a thread and a process?
Why are goroutines not lightweight threads?
Can two threads execute at the same time?
Why thread is faster than process?
What do cores and threads mean?