LoadBalance - Remote connections to TIBCO ActiveSpaces cluster.

LoadBalance - Remote connections to TIBCO ActiveSpaces cluster.

book

Article ID: KB0089965

calendar_today

Updated On:

Products Versions
TIBCO ActiveSpaces -
Not Applicable -

Description

Resolution:
Description:
===========
LoadBalance - Remote connections to TIBCO ActiveSpaces cluster.

Environment:
===========
TIBCO ActiveSpaces 2.0.x
All Operating Systems

Resolution:
========
A remote client connects to a member within the cluster and that member acts as a proxy for the remote client. The remote client forwards its request to the proxy who then invokes the request as if it were its own. When the request is complete the proxy then forwards the result back to the remote client.

There is generally no load balancing required since the proxy acts as a pass through.  However, there is some CPU overhead for acting as a pass through so it is advised to distribute the remote clients to connect to different proxy members if possible.

Issue/Introduction

LoadBalance - Remote connections to TIBCO ActiveSpaces cluster.