Hacker News new | ask | show | jobs
by cpeterso 4343 days ago
Why buffer on the app server?
1 comments

Because we have multiple app servers, but only one reverse-proxy? I don't want to centralize a task that could be distributed.
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.