Siganl handler in CINT...

Radovan Chytracek (Radovan.Chytracek@cern.ch)
Mon, 16 Mar 1998 16:40:02 +0100 (MET)


Hello ROOTers,

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