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


how does deadlock occur?

Answers were Sorted based on User's Feedback



how does deadlock occur?..

Answer / prakash balakrishnan

It is the condition, where the graph will stop processing
due to mutual dependency of data.

For Ex:

Let’s consider a concatenate component, having three
inputs. Let’s say first i/p receives 20 million records,
second i/p receives 1000 records, third i/p receives 500
records.
Now even though the concatenate receives i/p’s at second
and third i/p port, the concatenate won’t work until it
receives all the i/p’s at it’s first i/p port. So the
graph’ll stop processing until the first i/p port receives
all its data. This condition is called DEADLOCK.

This is now minimised (not prevented) by “Automated flow
buffering”. This will in turn provide more workspace in
network resource allocation. So that the processing’ll be
faster.

The Automated flow buffering is available from 1.8 version.

Is This Answer Correct ?    17 Yes 1 No

how does deadlock occur?..

Answer / 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

how does deadlock occur?..

Answer / prakash

when two or more components using the same resource, then u
will get dead lock

Is This Answer Correct ?    4 Yes 0 No

how does deadlock occur?..

Answer / quesanswer

Hi kanaga
M asking for abinitio grpahs
when does deadlock occur

Is This Answer Correct ?    2 Yes 1 No

how does deadlock occur?..

Answer / babu

If two or more components are waiting for the same resource apart from using some other resource then deadlock occurs

Is This Answer Correct ?    0 Yes 0 No

how does deadlock occur?..

Answer / kanaga

IF TWO ARE MORE THREADS WAITING TO RELEASE A RESOURCE,WHEN
DEADLOCK IS OCCUR.

Is This Answer Correct ?    4 Yes 8 No

Post New Answer

More Ab Initio Interview Questions

What is the default layout of a component ? Is it mandatory to set the layout of a component ?

3 Answers   IBM,


What are the benefits of data processing according to you?

0 Answers  


how does deadlock occur?

6 Answers   IBM,


Hi friends, what are the new features in abinito3.0?

0 Answers   CTS, TCS,


What is the function that transfers a string into a decimal?

0 Answers  


What is $mpjret?

0 Answers  


how will i can implement Insert a new record (if not present in Input file),Update the record (if present in input) a csv file in Abinitio

0 Answers  


Explain about ab initio’s dependency analysis?

0 Answers  


What do you mean by a transaction file and how it is different from that of a sort file?

0 Answers  


)what is wrapper script?where it is going to execute and why we go for wrapper?

1 Answers   Satyam,


Mention what is a partition and what are the different types of partition components in abinitio?

0 Answers  


i have 2 files. First file contains a,b,c,d as rows and second file contains 1,2,3,4 as rows. how do we make single a1b2c3d4 and 4 different rows a1, b2, c3,d4.

4 Answers   L&T,


Categories