Does a write operation imply a sync()? I'm reading the double barrier recipe and it appears to assume that it does. Node n is created and then getChildren is called. The recipe requires that the getChildren() reflect all nodes that have create their node n. Am I misreading the recipe?
-JZ
