-
New Article: Extend the Data Grid With Hub-less Messaging (6 messages)
- Posted by: Nuno Teixeira
- Posted on: December 23 2008 12:35 EST
Nicholas Gregory and Stephen Price use a messaging platform between data grids with hub-less messaging. The result is the ability of the data grid clusters to communicate directly within the single application stack. Read the articleThreaded Messages (6)
- Extend the Data Grid With Hub-less Messaging by Cameron Purdy on December 26 2008 12:19 EST
- Re: Extend the Data Grid With Hub-less Messaging by Nicholas Gregory on December 29 2008 12:26 EST
- Finally catching up ;) by Chris May on February 09 2009 14:00 EST
- Maybe not... by Chris May on February 09 2009 14:04 EST
- Re: Maybe not... by Stephen Price on February 13 2009 11:42 EST
- Re: Maybe not... by Cameron Purdy on February 15 2009 10:31 EST
- Maybe not... by Chris May on February 09 2009 14:04 EST
-
Extend the Data Grid With Hub-less Messaging[ Go to top ]
- Posted by: Cameron Purdy
- Posted on: December 26 2008 12:19 EST
- in response to Nuno Teixeira
Nicholas, Stephen - Very cool! Do you use the multi-way replication approach? Do you do application resolution of conflicts? Did that change your data model design at all? Peace, Cameron Purdy Oracle Coherence: Data Grid for Java, .NET and C++ -
Re: Extend the Data Grid With Hub-less Messaging[ Go to top ]
- Posted by: Nicholas Gregory
- Posted on: December 29 2008 12:26 EST
- in response to Cameron Purdy
Cameron, Have used multi-way replication approach in a proof of concept project (implementation using the SafeCachePublisher (part of the push-replication pattern)). The data model design is never modified when using the incubator patterns; it was one of the design goals to have a replication framework that doesn't alter the data model. Have not had the need to use conflict resolution. thanks, Nick -
Finally catching up ;)[ Go to top ]
- Posted by: Chris May
- Posted on: February 09 2009 14:00 EST
- in response to Nuno Teixeira
So y'all are finally catching up with the competition... -
Maybe not...[ Go to top ]
- Posted by: Chris May
- Posted on: February 09 2009 14:04 EST
- in response to Chris May
Maybe not... I thought you guys were finally going to support multi-master replication, but I guess this is just an invitation to roll our own. We'll stick with Gemfire for the time being. Looking forward to switching when you have something as robust as Gemstone's. -
Re: Maybe not...[ Go to top ]
- Posted by: Stephen Price
- Posted on: February 13 2009 11:42 EST
- in response to Chris May
Multi-Master Replication is possible with the hub-less messaging pattern, as any cache cluster can be configured as a CachePublisher and the updates replicated to the other cache clusters. As Nick replied earlier, we have used the SafeCachePublisher to demonstrate the multi-master functionality. You are correct in some ways when you say "this is just invitation to roll our own", as the approach in the incubator patterns is to provide the components from which a solution can be assembled. This allows a flexible choice of the best solution rather than enforce a "one size fits all" solution onto all the problems encountered. Unfortunately this is not a "shrink wrapped" solution, though hopefully in the near future, some full examples of multi-master replication will become available which will allow people to quickly try the options available and start proving the pattern works. kindest regards, Stephen -
Re: Maybe not...[ Go to top ]
- Posted by: Cameron Purdy
- Posted on: February 15 2009 22:31 EST
- in response to Chris May
Looking forward to switching when you have something as robust as Gemstone's.
I'd be glad to talk to you further on this topic. Please drop me an email at cameron dot purdy at oracle dot com. Peace, Cameron Purdy Oracle Coherence: Data Grid for Java, .NET and C++