Versions Compared

Key

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

...

The logical flow of the program is:

  1. The filePoller polls the inbox directory every 1000 ms looking for a file.
  2. The filePoller gets a thread from the workManager. The workManager checks the inbox directory every second for filesthread 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. The filePoller 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.

...