Versions Compared

Key

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

...

  1. The filePoller polls the inbox directory every 1000 ms looking for a file.
  2. The Once a file appears in the inbox directory, the filePoller gets a thread from the workManager. The thread will be used to run the methods that process the file.
  3. The filePoller creates a normalized message that contains the file to be transmitted. It routes the normalized message over the Normalized Message Router (NMR) to the fileSender component.
  4. The fileSender transforms the normalized message back into a file and "sends" it (places it) to the outbox directory.

...