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 differnce between process and thread ?



what is the differnce between process and thread ?..

Answer / santosh kumar

1.Threads share the address space of the process that created it; processes have their own address.

2.Threads have direct access to the data segment of its process; processes have their own copy of the data segment of the parent process.

3.Threads can directly communicate with other threads of its process; processes must use interprocess communication to communicate with sibling processes.

4.Threads have almost no overhead; processes have considerable overhead.

5.New threads are easily created; new processes require duplication of the parent process.

6.Threads can exercise considerable control over threads of the same process; processes can only exercise control over child processes.

7.Changes to the main thread (cancellation, priority change, etc.) may affect the behavior of the other threads of the process; changes to the parent process does not affect child processes.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More DB Administration Interview Questions

When setting replication, can you have distributor on sql server 2005, publisher on sql server 2008? : sql server DBA

0 Answers  


What are the operating modes in which database mirroring runs? : sql server DBA

0 Answers  


orra 1555 what is this error,why it is occur?

2 Answers   Mphasis,


Give two examples of how you might determine the structure of the table DEPT.

2 Answers  


what is ora 600?

1 Answers  


What is transparent data encryption? : sql server DBA

0 Answers  


what functionality does oracle provide to secure sensitive information?

0 Answers   Oracle,


suppose you want to audit specific activities on sensitive data. How can you achieve that?

0 Answers   Oracle,


what is the difference between off-line back up and on-line back up in ibm db2 udb?

2 Answers   Zenith,


Can you tell me about your experience with the administration of COTS system..? Also, how do you set up seed data..?

0 Answers  


What is the difference between clustered and non-clustered index? : sql server DBA

0 Answers  


what do you understand by flashback feature of oracle?

0 Answers   Oracle,


Categories