Response Buffering?

andreas

Well-Known Member
#2
I would like to know more about that, too. For example, what happens if slow clients block all PHP(,...) backends? Can Response Buffering help in that case by reading the whole response and freeing the backend connection?
 

mistwang

LiteSpeed Staff
#3
The response buffer will not buffer the whole response, it is just wait a little bit longer to combine fragmented response data into a larger piece.

LSWS always read the response as fast as it can and free the backend connection regardless the "Response Buffering" option.
 
Top