Y
Hacker News
new
|
ask
|
show
|
jobs
by
cpeterso
4343 days ago
Why buffer on the app server?
1 comments
zhong-j-yu
4343 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.
link
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