IndianBleach / networks

A set of different project implementations and tools in the field of network programming.
1 stars 0 forks source link

Http web server structure. Load-balancing & scaling #3

Open IndianBleach opened 3 weeks ago

IndianBleach commented 3 weeks ago

my basic structure is: image

where: tnode_port - binding for SINGLE PORT (port) tnode_server - binding for MANY tnode_port's (ip+ports) ntnode_broker - broker for MANY tnode_server's (ips)

IndianBleach commented 3 weeks ago

I am interested in different ways of server scaling and scaling structure

IndianBleach commented 3 weeks ago

image