Hi:

In "http://wso2.com/library/articles/clustering-landscape-wso2-stack";, it tells 
if cluster nodes share state, and they are not stored in same shared persistent 
media like a database, all changes done at each node have to be disseminated to 
all other nodes in the cluster.

There are two choices whether updates are synchronous or asynchronous, where in 
the former case, the request does not return till all the replicas of the 
system are updated, whereas the latter updates the replicas in the background. 
In the latter case, there may be a delay before values are reflected in the 
other nodes.

Does anyone know how setting to make the updating synchronous and how setting 
to make updating asynchronous?




stevegyc
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to