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...


List reasons why a Mode switch between threads may be
cheaper than a Mode switch between processes.



List reasons why a Mode switch between threads may be cheaper than a Mode switch between processes...

Answer / kumar

1. reason - the control blocks for processes are larger
than for threads (hold more
state information), so the amount of information to
move during the thread
switching is less than for process context
switching
2. reason - the major reason is that the memory management
is much simpler for
threads than for processes. Threads share their memory so
during mode switching, memory information does not have to
be exchanged/changed, pages and page tables do not have to
be switched, etc. This makes the thread context switch much
cheaper than for processes. In case of processes the memory
pieces (pages) need to be exchanged, etc. (Will talk about
the details in few weeks).
3. reason - threads do not have to worry about accounting,
etc, so do not have to fill
out all the information about accounting and other
process specific information in
their thread control block, so keeping the thread
control block consistent is much
faster






4. reason - threads share files, so when mode switch
happens in threads, these
information stay the same and threads do not have to worry
about it (similar to accounting information) and that
makes the mode switch much faster.
But the most expensive operation is truly the memory
aspect.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More Operating Systems General Concepts Interview Questions

Name the functions constituting the os's memory management.

0 Answers  


Explain the concept of the multi-processor systems or parallel systems?

0 Answers  


Explain the difference between internal and external fragmentation in memory management. Suggest ways to reduce them.

0 Answers   Agilent, Amdocs,


What are the impact on network when gc,schema master,domainnaming master,rid master,pdc emulator,infrastructure master is down?

1 Answers   HCL,


What is time-stamping?

1 Answers  


What kind of operations are possible on a semaphore?

0 Answers  


What is a 32 bit integer?

0 Answers  


What is the main difference between wait() and sleep() method?

0 Answers  


Is 64gb ram enough for gaming?

0 Answers  


What is DRAM?

5 Answers  


Why would a parent process terminate a child process?

0 Answers  


What are the steps of booting?

0 Answers  


Categories