Versions Compared

Key

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

...

Gliffy Diagram
namemain_thread
pagePin56


The main actions in the various states are listed below:

...

Buffer the notification (along with the cluster id) in the DB. Discard any older notifications (remove from the DB) from the same cell (which is buffered).

2.1.6. OOF Response Handling

...

Upon receiving a terminate request clean up all resources.

2.2. Child Thread(s)

...

Gliffy Diagram
namechild_thread
pagePin1

2.2.1 Initialization

In this state, perform initialization, and transition to Cluster formation state.

...

2.2.3. Wait for notifications

  • Start notif_timer if not started already, and wait for more notifications
  • If a new notification is received, transition to Cluster modification state. If notif_timer expires, transition to Trigger OOF state.

...