>From the wiki: "Each worker has its own SQL store" -- this fills in part of
the picture. :)


On Mon, Feb 15, 2010 at 5:46 PM, David Pollak <feeder.of.the.be...@gmail.com
> wrote:

>
>
> On Sun, Feb 14, 2010 at 4:37 PM, Naftoli Gugenheim 
> <naftoli...@gmail.com>wrote:
>
>> Real neat!
>> Is it possible to use Goat Rodeo for an offline distributed system?
>>
>
> Sure.  Goat Rodeo depends on some non-HTTP parts of Lift (although WebKit
> gets pulled in via Mapper, but we need to split out the DB stuff from the
> rest of Mapper as well as some other stuff [shared between Mapper and
> Record] into separate packages... that'll happen after Lift is on 2.8 and we
> have package objects).
>
> So, you can run Goat Rodeo stand-alone.
>
>
>> 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 <feeder.of.the.be...@gmail.com>
>>
>>>  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 lift...@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> liftweb+unsubscr...@googlegroups.com<liftweb%2bunsubscr...@googlegroups.com>
>>> .
>>> 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 lift...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> liftweb+unsubscr...@googlegroups.com<liftweb%2bunsubscr...@googlegroups.com>
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/liftweb?hl=en.
>>
>
>
>
> --
> 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 lift...@googlegroups.com.
> To unsubscribe from this group, send email to
> liftweb+unsubscr...@googlegroups.com<liftweb%2bunsubscr...@googlegroups.com>
> .
> 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 lift...@googlegroups.com.
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en.

Reply via email to