Reactive Programming
It is worth to read through The Reactive Manifesto definition. https://www.reactivemanifesto.org/glossary
It is worth to read through The Reactive Manifesto definition. https://www.reactivemanifesto.org/glossary
/etc/sysctl.conf CENT OS example 1 # sysctl -w net.core.wmem_default=262144 # default socket memory buffer per a socker net.core.wmem_default=131072(128KB) ...
Websocket protocol details. http://lucumr.pocoo.org/2012/9/24/websockets-101/
It is an amazing tool to monitor Java application such as thread cpu usage etc. https://github.com/aragozin/jvm-tools
It's worth to read Python code as examples of using list comprehension semantics. http://norvig.com/spell-correct.html