differtent ways of creating threads???? other than pthread
Answer Posted / 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 View All Answers
What are server threads?
Why do we use threads?
Is threading harmful?
Does threading damage the skin?
Are more threads better?
What are kernel threads?
How many threads can a cpu run?
What is a thread in c?
What are the two types of threads?
How many threads can you run?
What do cores and threads do?
What are threads in c?
Can one thread run on multiple cores?
Can a process have 0 threads?
Which one is better thread class or runnable interface?