Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 / dheeraj gahtori

Process is an executing program with several components and
proprieties.
1.exec thread
2. PID
3. priority
4. memory context
5. enviornment
6. file descriptors
7. security credentials.
processes began through a process called "fork and exec".
that is when one command starts another, the child process
first forks , the kernel copying over pages of memory from
the present process to a new location for the child process.
The child then execs, executing the new command and
overwriting the data.the thread is , which controls the flow
of the process. A process needs at least one thread.

Is This Answer Correct ?    6 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of SOCK_DGRAM Socket Type?

1438


How TCP/IP Handles Sequencing?

1558


How to Reply to a Wild Address?

1660


What are Address Conversion Functions?

1569


What is the use of inet_addr() Function?

1471


How to Perform Input/Output of Datagrams?

1497


What does socket consist of?

868


How to look up a Service by Port and Protocol?

1559


What is the difference between socket & port?

949


How to open socket file in linux?

1077


How to read socket file in linux?

1010


How to Manipulate IP Numbers?

1376


What is the use of SOCK_STREAM Socket Type?

1413


How TCP/IP Handles Lost Packets?

1671


What is socket file in linux?

998