Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upImprove the wiki multiprocess documentation #24221
Open
Labels
Comments
|
Yeah, the docs for the process architecture keep drifting away from the impl. I wonder what we can do about this, the only way I can think of keeping them in sync is to move to having the docs in the source, but that's not ideal either. |
|
The specification of agent-cluster could anchor our architecture more firmly into a spec going forward. Some overview is proposed at #24159 and I think its a good idea to update the Wiki as well. We could also add some notes about the actual tools used, like https://github.com/servo/gaol and https://github.com/servo/ipc-channel/. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now the only reference to the multiprocess design is in https://github.com/servo/servo/wiki/Design#multi-process-architecture
It would be great if there are more design notes, or just maybe a diagram specifying the processes and their relations. Maybe aiming to code where currently it is done.