On 4/17/07, Sanjiv Jivan <[EMAIL PROTECTED]> wrote:
I'm really interested in seeing how it goes since AppFuse integration with Terracotta would definitely be a more real to us given the technologies we're using compared to what is demonstrated by their own tutorials / samples. I'd also like to know if AppFuse + Terracotta makes you nervous as sometimes adding fancy or exotic features makes the system more unreliable.
It doesn't make me nervous. However, Spring promotes a stateless architecture with all of its singletons, so I imagine it should be pretty easy to cluster. Making a stateless architecture into a stateful one w/o any code changes is pretty cool. That being said, I think being able to use the session more (if Terracotta solves the clustering problem) is a good thing. There's nothing wrong with having the ability to make our applications more stateful. I would be curious to know that Terracotta offers over Apache Tribes[1] (Tomcat 6's Clustering module). I've been spending the last couple of days dealing with Apache + Tomcat and there's some pretty solid load-balancing stuff out there now (mod_proxy_ajp and mod_proxy_loadbalancer both ship with Apache, mod_jk still works, but you have to install it). The ability to setup a high-volume site with open source tools has come a long way in the last couple of years. Matt [1] http://tomcat.apache.org/tomcat-6.0-doc/tribes/introduction.html
Thanks, Sanjiv On 4/17/07, Matt Raible <[EMAIL PROTECTED]> wrote: > > I've been talking with the Terracotta folks and others about this. One > AppFuse user tried to do this and found issues with Acegi and EhCache. > I believe they narrowed the problem down to EhCache and they were able > to workaround the issue with some additional configuration in their > tc-config.xml file. I haven't heard back from the user since the > Terracotta guy proposed a solution. I'll check back with them and see > if it worked. > > Matt > > On 4/17/07, Sanjiv Jivan <[EMAIL PROTECTED]> wrote: > > I remember reading about a AppFuse + Terracotta contest or something along > > those lines but cant find the URL. Did anyone successfully integrate AppFuse > > with Terracotta ? > > > > Thanks, > > Sanjiv > > > > > -- > http://raibledesigns.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
-- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
