Database - Partitioning name in various database
Various database called partitioning in various name. It's interesting but they are all same. HBase: region Cassandra: vnode MongoDB: shard Elasticsearch: sh...
Various database called partitioning in various name. It's interesting but they are all same. HBase: region Cassandra: vnode MongoDB: shard Elasticsearch: sh...
https://medium.com/@olehdokuka/mastering-own-reactive-streams-implementation-part-1-publisher-e8eaf928a78c
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/