| October 10, 2008 03:22:06 |
#3 |
| ravula sudheer |
Member Since: October 2008 Total Comments: 6 |
RE: What is the difference between the flows of 3 parallelisms |
ab initio supports parallilesm.. parallilesm 3 types 1.component parallilasem: graph running the data sumaltenously on seperate data uses. every component graph creates one component process ..this is calles component parallilesm.. example: replicate
2.data parallilesm : when we used the partition componets in the graph .the graph support the data parallilesm .. data divided into segments..process the each segmented data..this process is called data parallilesm .. supports broadcast component.
3.pipeline parallilesm: in the graph running the data sumultanously using same data. data processing on upstream component to down stream component same data. every component supports pipeline parellilesm ..some components does't supports pipeline patallilesm they are sort component.
this answer help full to u sudheer |
| |