Y
Hacker News
new
|
ask
|
show
|
jobs
by
zhong-j-yu
4342 days ago
I would rather buffer the entire response in the app server, instead of in the central reverse-proxy.
1 comments
cpeterso
4342 days ago
Why buffer on the app server?
link
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.
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