• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

About Master Slave Design Pattern

 
Ranch Hand
Posts: 413
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
Can anyone pls let me k nw how master slave pattern works
I know only this much that master delegates some of its task to be done by slave
and here is the origin of my doubt
is master a parent class and slave is the child class?
are they related to each other by inheritance
if not then is relationship composite?
If any one can explain it through some dummy example i will be thankful
Thankx in advance
Gaurav
 
author
Posts: 14112
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
http://www.google.de/search?q=master+slave+design+pattern should give you much resources on the subject. In short: the master is associated to a number of slaves which it delegates work to and assembles the results from.
reply
    Bookmark Topic Watch Topic
  • New Topic