[jboss-dev-forums] [Design of JBoss Remoting, Unified Invokers] - change to client leasing
tom.elrod@jboss.com
do-not-reply at jboss.com
Wed Sep 20 00:38:23 EDT 2006
Due to a bug with remoting regarding now client leases are managed (see http://jira.jboss.com/jira/browse/JBREM-596), the latest code base has been changed so that client leases are managed by the client invoker and not the Client classes themselves.
In doing this, some behaviors related to configuration have changed slightly and am listing them here for any feedback.
1. The 'lease_period' property can be set per Client so if different clients have different values for this property, the client invoker needs to have defined rules for how to handle this.
The rule I currently have defined is the lowest lease period (whether it be via Client's lease_period config or the one provided by server) wins. Then if a Client is disconnected, the next lowest lease period will be used.
... well, guess that's it. Everything else remains the same.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972805#3972805
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972805
More information about the jboss-dev-forums
mailing list