Skip to main content

Questions tagged [load-balancing]

0 votes
2 answers
552 views

I have a question regarding load balancing of a service. My load balancing requirement is as follows: I will have multiple application servers for a non-http service. Application servers will be ...
dsingh's user avatar
  • 111
2 votes
1 answer
225 views

OSS API Gateways typically come bundled with built-in load-balancing capabilities. We see this with Netflix Zuul and Kong. In a service-oriented architecture, where many microservices are talking to ...
hotmeatballsoup's user avatar
1 vote
0 answers
174 views

Currently I have a system where I have installed HAProxy on one machine and my other 3 machines serves the webapps and the fourth machine for the database. Now I need to add another load balancer in ...
Himanshuman's user avatar
1 vote
1 answer
2k views

Suppose I have data that easily fits in memory in a redis database. The redis server runs as a single service on a single process on a single machine. Let's say I have a 100 different machines connect ...
John_Krampf's user avatar
1 vote
2 answers
355 views

A simplified version of my problem looks like this: the database contains two tables: one contains account balances (Accounts) the other contains account withdrawal and deposit requests (Requests) ...
Alexey's user avatar
  • 277
1 vote
1 answer
241 views

So, in terms of systems design: given a highly scalable system being served through a single load-balanced anycast IP address, when that system receives a load in the order of (hundreds of) millions ...
CBlew's user avatar
  • 119
2 votes
4 answers
425 views

Load balancing in is a common topic, but there isn't as much said about load balancing out. I may have an application that can prepare 1mm requests/s but is unable to send them all out at that speed ...
micah's user avatar
  • 195
1 vote
1 answer
90 views

I have a .NET Core application that is hosted as multiple load balanced instances (separate servers, obviously pointing to the same database). I have written a service within the application that ...
Jessica's user avatar
  • 349

15 30 50 per page