Real neat! Is it possible to use Goat Rodeo for an offline distributed system? In other words, several systems need to share a common pool of data but they are not always connected, so they need to each hold their data locally and when they are connected they need to push/pull updates. Right now I'm looking at using Symmetric-DS but it's a pretty small, tree-like data structure so if there was a more elegant solution for synchronization it would be great. Thanks!
2010/2/14 David Pollak <[email protected]> > Back in June, I started chatting about Goat > Rodeo<http://blog.lostlake.org/index.php?/archives/94-Lift,-Goat-Rodeo-and-Such.html>: > a highly scalable mechanism for building distributed applications. My first > set of concepts for Goat Rodeo were wrong, most notably trying to do > distributed Software Transactional Memory. I've spent the last bunch of > months revising the concept and code for Goat Rodeo... and today, I'm > excitied to announce the 0.1 alpha code for Goat > Rodeo<http://liftweb.assembla.com/spaces/goat_rodeo/stream> > . > > For more info: > http://blog.lostlake.org/index.php?/archives/98-Back-in-the-Goat-Saddle.html > > > > -- > Lift, the simply functional web framework http://liftweb.net > Beginning Scala http://www.apress.com/book/view/1430219890 > Follow me: http://twitter.com/dpp > Surf the harmonics > > -- > You received this message because you are subscribed to the Google Groups > "Lift" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<liftweb%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/liftweb?hl=en. > -- You received this message because you are subscribed to the Google Groups "Lift" 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/liftweb?hl=en.
