}
System.out.print( "Initializing..." );
Intrepid intrepid = Intrepid.create(
new IntrepidSetup().serverPort( port ).openServer() );
intrepid.addPerformanceListener( new PerformanceListener() {
@Override
public void inboundRemoteCallCompleted( VMID instance_vmid, long time,
int call_id, Object result, boolean result_was_thrown ) {
System.out.println( "INBOUND call completed: " + call_id );