|
Load Balancing |
Top Previous Next |
|
If your account is the Primary Node in a Load-Balance cluster, you are able to manage the Cluster from the NGASI AppServer Manager console. Specific functions including:
Click Services Then Click Load Balance Tab
Load Balancing Primer Tips for a successful load-balancing strategy: All persistent data and state should be saved in a central database accessible by the nodes in the cluster The database logic schema should be as dumb as possible. In other words use the database more as a raw storage. So place more logic on the application side. That in turn would result in more processing on the application servers and less on the Database. |