Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
1answer
953 views

Explain Merkle Trees for use in Eventual Consistency

Merkle Trees are used as an anti-entropy mechanism in several distributed, replicated key/value stores: Dynamo Riak Cassandra No doubt an anti-entropy mechanism is A Good Thing - transient ...
4
votes
3answers
258 views

architecture for high availability

I have this scenario: You have a factory process line which runs 24/7. Downtime is extremely expensive. The software controlling all different parts must use a shared form of database storage The ...
4
votes
4answers
1k views

How do you organise your ATG projects?

If you develop for ATG Dynamo, how do you structure your modules and dependencies? How do you structure the projects? source directories, JARs configs etc. How do you build and deploy? What tools do ...
0
votes
0answers
12 views

What are these atg.servlet.jsp.ByteContentBuffer entries in my dynamo.log?

In my ATG dynamo.log I am seeing thousands of entries like: atg.servlet.jsp.ByteContentBuffer@ed62b0(mBlockCount=4, mBlockSize=1024, mCurOffset=0, mOwner=null, mReader=null, mMaxContentSize=-1, , ...
0
votes
2answers
153 views

ATG Dynamo 5 - how do I redirect all URIs to the same page

Why I would want to follows: I'm working on a site that is pretty 1998. It's distributed into frames. A lot of hands that never RTFM'd before using the templating language have touched it and most of ...