transfer.master (master)
  => Manages the connection to master gearman
  => handles startup of transfer.ssh
  => handles startup of transfer.httppush
  => handles startup of httpserver.httpserver
  => handles startup of transfer.httppull

transfer.ssh (master)
  => starts ssh process for port forwarding
  => opens connection to gearman on satellite via port fowarding

transfer.httppush (master)
  => registers itself to httpserver.httpserver
  => receives messages from httpserver.httpserver
  => sends messages like export or commands to httpserver.httpserver

nstaclient.client_pull (client)
  => connects to local gearman
  => runs httpserver.httpserver
  => registers itself to httpserver.httpserver

nstaclient.client_push (client)
  => connects to local gearman
  => http client pushing data to the master webserver

transfer.httppull
  => http client to pull data from the satellite