Difference between revisions of "XRootD Buffer"

From DUNE
Jump to navigation Jump to search
Line 4: Line 4:
 
* ofs.notify can be set to send ASCII messages to a FIFO or a user app/script
 
* ofs.notify can be set to send ASCII messages to a FIFO or a user app/script
 
* format and content of the message can be configured by the developer
 
* format and content of the message can be configured by the developer
 +
* considerations for the capacity of the FIFO
 +
 +
==Functionality==
 +
* Receive notification and parse it
 +
* Run a part or all of the metadata generation, write it to a JSON file
 +
* Send a HTTP post to the F-FTS agent

Revision as of 23:32, 17 August 2016

UNDER CONSTRUCTION

XROOTD-FTS Interface

Design Considerations

  • ofs.notify can be set to send ASCII messages to a FIFO or a user app/script
  • format and content of the message can be configured by the developer
  • considerations for the capacity of the FIFO

Functionality

  • Receive notification and parse it
  • Run a part or all of the metadata generation, write it to a JSON file
  • Send a HTTP post to the F-FTS agent