During login of a SimpleClient, it is passed a Properties object that contains host and port; which is eventually passed to create a singleton SimpleClientConnector.
On the server side the Kernel class reads a property file to gather port information, and then creates a listening connection with ClientSessionServiceImpl.
How would you make this scale so that a SGS client request login to a load balanced set of SGS servers, at the same time sharing their BDB client data?