The factory runs on myhost and builds ping servers running also
on myhost.
String url= "http://myhost:2001/pingServerFactory";
factory= (Factory)Manager.lookup(url);
PingServer server1= factory.makePingServer();
PingServer server2= factory.makePingServer();
A remote invocation can return a network reference.