Client program to test parallel sockets.
To run this demo do the following:
- Open two windows
- Start ROOT in all two windows
- Execute in the first window: .x pserv.C
- Execute in the second window: .x pclient.C If you want to run the pserv.C on a different host, just change "localhost" in the TPSocket ctor below to the desired hostname.
{
for (
int i = 0; i <
niter; i++) {
break;
}
}
}
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
This class implements parallel server sockets.
- Author
- Fons Rademakers
Definition in file pclient.C.