Hi,

I am interested on some performance issues related with jboss clustering. In 
particular, I want to ask if the synchronization between the nodes in a jboss 
cluster occurs in a synchronous or asynchronous way. For example, lets suppose 
that we have a two node cluster (node1, node2) and a user places a request 
which is served by the node1. Which of the following options is right: a) The 
node1 serves the request and then the state of the node2 is updated 
(asynchronous way), b) the state of the node2 is updated and then the node1 
serves the request (synchronous way) .

In addition, I want to ask if there are measurements about the average time is 
needed for the node synchronization in a Jboss cluster (in a typical 
environment) and the relation of that time with the average time for serving a 
users request.      

Thanks in advance !!!

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4244648#4244648

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4244648
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to