in developing our system in ROOT we reach the point when we need
to get data over network asynchronously. Whole the existing system is
written using CINT macros & our version of ROOT interpreter with
network extension allowing sending & receiving of data in compatible way
with our existing applications. The question is if we can setup
a signal handler in CINT macro and in the handler to receive data.
Is there any way to do this ?
Radovan