[jboss-dev-forums] [Design of Clustering on JBoss (Clusters/JBoss)] - Re: Transaction Sticky LB policy for 4.2/trunk

bstansberry@jboss.com do-not-reply at jboss.com
Mon Oct 8 16:56:35 EDT 2007


The main thing is the work of UnifiedInvokerHAProxy.getClient(InvokerLocator) needs to be atomic; i.e. the client that gets configured in the init(InvokerLocator) call is the one that gets returned.  Storing the result in a single instance field is a reasonable optimization, since it shouldn't change often.

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4092754



More information about the jboss-dev-forums mailing list