Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Checking for Incoming Files

Timing

The JS7 Agent applies the following procedure for timely acceptance of incoming files:

  • For Linux environments the Inotify interface is used, that notifies the JS7 Agent in near real-time about incoming files.
  • For other Unix environments including MacOS, AIX etc. the Agent performs polling every 2s based on the implementation provided with the respective Java Virtual Machine.
  • For Windows environments the respective API is used, that notifies the JS7 Agent in near real-time.

Steady State Check

When an incoming file arrives in a directory then the file might not be completely written at the point in time of appearance.

...