Answer Posted / gita
Deadlock occurs when a program cannot progress, causing a
graph to hang. The likelihood of deadlock occurring depends
on the patterns of data flows. A graph carries a potential
for deadlock when flows diverge and converge within a single
phase. If the flows converge at a component that reads its
input flows in a particular order, that component may wait
for records to arrive on one flow even as the unread data
accumulates on others, because components have a limited
buffering capacity. Before GDE version 1.8, deadlock was a
common problem. It is now a rare occurrence due to the
automatic flow buffering feature added in version 1.8.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
Do you think effective communication is necessary for data processing? What is your strength in terms of same?
Whenever we load data into oracle table from staging table using exchange partition...then I read somewhere that data actually doesn't move in this and this command only reset the pointer in the data dictionary...so if data doesn't move then how data is loaded into the main table ? I mean wat is the point of pointer update in data dictionary?
Explain the ab initio etl tool in high level?
Mention what information does a .dbc file extension provides to connect to the database?
Difference between informatica vs ab initio?
What is the difference between sandbox and EME?
What is $mpjret?
What are the various types of layout supported by abinitio?
How to process records in batches like 1-20 records in first execution and 21-40 records in second run.. so on
what is the difference between usersandbox,privatesandbox,publicsandbox,commonproject sandbox?
How to run a graph infinitely?
How can you export a component’s internal parameters ?
Have you used rollup component? Describe how.
What are the Graph parameter?
How can I run the 2 gui merge files?