Any specific fallacy or objection?  Or is this intentionally vague?

On Thu, Dec 9, 2010 at 1:27 PM, Adam Rosien <[email protected]> wrote:
> Making a distributed system look like a collection is a very dubious
> proposition in my opinion. They are fundamentally different
> abstractions and reminds me of
> http://en.wikipedia.org/wiki/Fallacies_of_Distributed_Computing.
>
> .. Adam
>
> On Wed, Dec 8, 2010 at 12:40 PM, Anthony Urso <[email protected]> wrote:
>> I am pleased to announce the initial release of KeptCollections, a
>> library of drop-in replacements for standard Java Collections that use
>> Apache ZooKeeper as a backing store.
>>
>> KeptCollections are designed to make it easy for anyone to write
>> distributed applications without having to learn the intricacies of
>> ZooKeeper, or distributed programming in general.
>>
>> The collections use the well-known JDK APIs, yet any changes made to
>> any of these collections by one node are seen by all other nodes
>> within milliseconds, allowing for easy communication between processes in a
>> computing cluster.
>>
>> More information here:
>>
>> https://github.com/anthonyu/KeptCollections/wiki
>>
>> and all code is available from:
>>
>> https://github.com/anthonyu/KeptCollections
>>
>> Please try it out, and let me know any problems you experience via
>> github issues or this email address.
>>
>> Cheers,
>> Anthony
>>
>

Reply via email to