indeed. Hazlecast provides support for write-bending sync/async persistence...so you persist to your RDB system there. So, if you need to resurrect your entire cluster from death, for example, you can re-seed from there.
On Wed, Jan 5, 2011 at 3:33 PM, Rakesh <[email protected]> wrote: > interesting notion to ditch the SQL backend to gain more performance. > > But how would you do persistence then? You need an audit trail of > information that something happened. > > On 5 January 2011 20:26, Steven Siebert <[email protected]> wrote: > >> You might also be interested in checking out hazelcast when comparing your >> options. http://code.google.com/p/hazelcast/ >> >> >> >> >> On Mon, Jan 3, 2011 at 5:13 PM, Ruby Bellavich >> <[email protected]>wrote: >> >>> Hi all, >>> >>> Does anyone here is using GigaSpaces XAP? >>> My boss asked me to review GigaSpaces products, but from checking >>> their website I found it pretty hard to understand what is their >>> product. >>> >>> Thanks, >>> Ruby >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "The Java Posse" group. >>> To post to this group, send email to [email protected]. >>> To unsubscribe from this group, send email to >>> [email protected]<javaposse%[email protected]> >>> . >>> For more options, visit this group at >>> http://groups.google.com/group/javaposse?hl=en. >>> >>> >> -- >> You received this message because you are subscribed to the Google Groups >> "The Java Posse" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<javaposse%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/javaposse?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "The Java Posse" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<javaposse%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/javaposse?hl=en. > -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
