What is Difference between thread and process?
Answer Posted / abc
a process is a program in execution.
a process creates threads.
a cpu has a single path for execution.
a thread is a medium to send the instruction from the ram
to the cpu for execution.
thread is a light weight process.
since process takes lot of time to create process id's so
threads are formed which works within the same process id.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How does dynamic loading aid in better memory space utilization?
What is a flash memory?
What's the difference between 32 and 64 bit?
How are data structures handled by ntfs and how does it recover from a crash?
Hi Freinds, Any body is wotking as System Administrator, Please mail me rakesh.kesh881@gmail.com
What are placement and replacement algorithms in the context of memory management?
Can I move program files x86 to another drive?
What is process synchronization?
What is the meaning of Thread Priority?
What are distributed systems?
Can I run 64 bit on x86?
How do I go to a specific line in vi?
What do you know about a pipe? When is it used?
Discuss some of the reasons for implementing process migration ?
What is aging in operating system?