This example shows the 'factory' feature that is possible since Pyro 1.2
It shows how to create new objects on the server and pass them back to
the client (actually, not the objects themselves but proxies are passed
back). 

The example uses PID (process ID's) to show that the produced objects
actually live on the server, not the client.
