Skip to content

Instantly share code, notes, and snippets.

@framiere
Last active October 25, 2017 08:39
Show Gist options
  • Save framiere/eaba0e069ac45dd761a5eab75ed42ee5 to your computer and use it in GitHub Desktop.
Save framiere/eaba0e069ac45dd761a5eab75ed42ee5 to your computer and use it in GitHub Desktop.
graph TB
network --> network_threads((network_threads))
network_threads --> request_queue
request_queue --> io_threads((io_threads))
io_threads --> page_cache
io_threads --> purgatory
purgatory --> other_brokers
purgatory --> response_queue
response_queue --> network
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment