What is the difference between a process task and threads
and what are the things that are acquired by the child
process from the parent process
Answer Posted / achal ubbott
I feel question is what is difference between a process and
thread. A thread is a light weight process i.e. switching
among threads of a process requires much less context
switching(saving contents of CPU registers) as compared to
switching among processes.
| Is This Answer Correct ? | 2 Yes | 11 No |
Post New Answer View All Answers
How TCP/IP Handles Flow Control?
What are Nameless Sockets?
How to Bind a Specific Interface Address?
HOW TCP/IP Handles Duplicated Packets?
What is the use of endservent(3) Function?
How to test socket connection in linux?
What are Reserved IP Numbers?
How to Deal with Duplicated Sockets?
What are the Advantages of TCP/IP?
How to read socket file in linux?
How to Define a Socket?
How to Specify an X.25 Address?
What is the use of PF_INET and SOCK_STREAM?
Are sockets full duplex?
How to use the socket(2) Function?