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 |
What is user level and kernel level thread?
How does hyperthreading work?
When performing a Linux installation the____ command can be typed to start the installation without framebuffer support
What is the difference between process and thread in linux?
Can we overload run method of thread?
Why are threads used?
Can a thread have multiple processes?
Do threads share file descriptors?
Which way of creating thread is better?
How many threads can a cpu run?
Can python be multithreaded?
How many threads can one core handle?