Implementation
IPC via interface classes
- ‘screen’ internal protocol
- clients ‘talk’ with RCM via RCMInterface
client/server mechanism/loop
- TServerSocket waits for incoming TSocket from client
- handle ‘event’ (e.g. start run, get event/histogram, etc...)
clients can run remote from RCM
- can send any TObject => also own classes!
- transparent, didn’t have to know anything about networking