Y
Hacker News
new
|
ask
|
show
|
jobs
by
zhong-j-yu
4342 days ago
Because we have multiple app servers, but only one reverse-proxy? I don't want to centralize a task that could be distributed.
1 comments
vampirechicken
4342 days ago
So you're basically causing your own problems by refusing to scale your proxy layer, which should be dirt cheap hardware, while scaling your beefier app servers. You basically have it backwards.
link