Connecting SGS clients to SGS servers, load balancing

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?

Hi

You need the real deal back end, what we have is just an SDK version to get us going. It’s in the FAQ somewhere. I hope you have a nice server room with fast connections between the machines (and I don’t just mean dual gigabit fast, I mean properly fast).

HTH

Endolf