Introduction
The ROSCore package is the heart of a ROS/RCD implementation. It
includes the IOManager class that some people like to use as the name
of the whole application.
General changes
- Maximum number of data channels in a ROS has been increased to
1500 to allow testing of HLT with a single ROS representing the
whole detector.
- We now publish directly to IS rather than going via
DFInfoHandler. The core information publised has been reviewed
and the "expert" items are now named slightly differently.
- Handling of errors has been reviewed.
- Errors during configure are now fatal
- Exceptions thrown during Request handling are now caught by
the RequestHandler and no longer cause the thread to stop