configuration conf1 is pragma Boot_Location ("tcp", "localhost:5678"); pragma Starter (none); client, server: Partition; procedure rcall is in client; begin server := (RCI); end conf1;