Linux Threads Question:
What are different ways of creating threads?
Answer:
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).
So i think, when we create a new process using fork() system, this is also a thread creation (single thread only).
Previous Question | Next Question |
What is LD_LIBRARY_PATH? | What is the scope and packages being offered after the Linux course completion? |