0 Replies Latest reply on Aug 24, 2012 5:03 AM by avix1989

    Jboss clustering replication time

    avix1989

      I am using a clustering setup for my application in which i am using mod_cluster as load balancer and Jboss as Application server.Basically whenever a nodes fail it takes some time(in my case it's 10-15 sec) to replicate the entire session to another node even though it forwards the requests to the new node immediately but it take at least 10 sec to replicate entire session ,if i try to access that application before that 10 sec time than page shows session expired but if i try to access it after 10 secs it works perfectly.So basically wants to know why is it taking so much time even though my session has only 1 variable of few characters and how can i minimized this time?