What I'm wondering is if JBossCache is capable of: 1. Running in a Java client without a J2EE container and still participate somehow in a distrubted cache.
Yes 2. Avoid firewall issues by connecting to a servlet on our web server in order to become a part of the cache. Yes 3. Simulate two way communication via a stay-alive + piping HTTP connection or by connecting and polling on a regular basis (or a combination of these two). Yes. Issues #2 and #3 are JGroups specific. #2 JGroups allows you to use tunnelling to an outside router. #3 JGroups has failure detection built in; the transport can be configured differently. Pinging and transport are 2 separate protocols. Bela View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846717#3846717 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846717 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
