Versions Compared

Key

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

...

Gliffy Diagram
2
nameThreading Overview
pagePin3

The LUTF is designed to allow master-agent, agent-agent or master-master communication. For the first phase of the implementation we will implement the master-agent communication.

Thread Description

  • Listener: Listens for connections from LUTF Agents and for Heartbeats to monitor aliveness of the Agents.
  • HeartBeat: Send a periodic heartbeat to the LUTF Master to inform it that the agent is still alive.
  • Python Interpreter: Executes python test scripts which can call into one of the C/Python APIs provided

...