davisp commented on a change in pull request #470: Scheduling Replicator URL: https://github.com/apache/couchdb/pull/470#discussion_r111610735
########## File path: src/couch_replicator/README.md ########## @@ -0,0 +1,297 @@ +Developer Oriented Replicator Description +========================================= + +This description of scheduling replicator's functionality is mainly geared to +CouchDB developers. It dives a bit into the internal and explains how +everything is connected together. + +A natural place to start is the top applicatin supervisor: +`couch_replicator_sup`. It's a `rest_for_one` so if a child process +terminates, the rest of the childred in the hierarchy following it are also +terminated. This structure implies a useful constraint -- children to the "right" +if viewing it vertically with the root at the top, can safely call children Review comment: "with left at the top and right on the bottom" maybe? Root doesn't seem like the correct word. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
