5 Replies Latest reply on Dec 12, 2008 8:10 AM by jaikiran

    JBoss 4.2.2 Session Replication & Failover

    desmoquattro

      Hey everyone -

      I'm wondering how JBoss 4.2.2 accomplishes session replication when configured in a cluster. Some app servers replicate 1:1 (e.g. each user session is replicated on only one other cluster node) while others replicate the user session on every cluster node. We've encountered lots of performance issues with our application on app servers that replicate on all nodes, and I'm looking to help a customer avoid any issues when they deploy to JBoss.

      Can anyone tell me whether JBoss replicates 1:1 or on all nodes? Or is it more subtle? I perused the Wiki and did several searches, but nothing stood out at me.