SeattleTestbed / docs

Documentation for Seattle Testbed (scroll down for README)
MIT License
40 stars 164 forks source link

Multi process thread arch #21

Closed lukpueh closed 8 years ago

lukpueh commented 8 years ago

Adds docs that illustrate Nodemanager/Repy multi-process/multi-thread architecture

aaaaalbert commented 8 years ago

Thanks! I'd like to ask you to add the sources for the figure too.

Maybe we should reformulate the sentence about not showing daemonizing as well, so that we don't end up saying what the figure doesn't show. Suggestion:

Note: The nodemanager is shown here running in --foreground mode. In a default install, it runs without that option and thus daemonizes (i.e. forks twice)."

lukpueh commented 8 years ago

Valid points! I added the sources (compressed XML) which can be edited in draw.io ( 1ce84c6) and re-phrased the daemonize note (8f3e46e).

aaaaalbert commented 8 years ago

Awesome! Merged.