Waiting period

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
medakiran
Participant
Posts: 19
Joined: Thu May 12, 2005 10:08 pm

Waiting period

Post by medakiran »

hi,

can anyone tell wht is "waiting period" in the inter-row buffering?

thank you,
med.
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

10 seconds - by default.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Welcome aboard! :D

When there is one process writing to a buffer and another process draining the buffer downstream, the downstream process needs a mechanism for detecting whether something has gone wrong with the upstream process.

No new rows for 10 seconds (which is a long time if you're processing thousands of rows per second) is a pretty good guideline that something has gone wrong.

(When nothing has gone wrong the upstream process writes a special "no more data" token into the buffer, to allow for graceful exit.)
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply