+

Search Tips   |   Advanced Search

Memory-to-memory topology: Client/server function

The client/server configuration, used to attain session affinity, consists of a cluster of servers configured as either client only or server only. Benefits include...

The following figure depicts the client/server mode. There is a tier of applications servers that host web applications using HTTP sessions, and these sessions are replicated out as they are created and updated. There is a second tier of servers without a web application installed, where the session manager receives updates from the replication clients.

Benefits of the client/server configuration include:

Timing consideration:

Start the backup application servers first to avoid unexpected timing windows. The clients attempt to replicate information and HTTP sessions to the backup servers as soon as they come up. As a result, HTTP sessions created prior to the time at which the servers come up might not replicate successfully.


Related:

  • Memory-to-memory replication
  • Memory-to-memory topology: Peer-to-peer function
  • Memory-to-memory session partitioning
  • Configure memory-to-memory replication for the peer-to-peer mode (default memory-to-memory replication)
  • Configure memory-to-memory replication for the client/server mode