Y yulia Active Member Feb 25, 2009 #1 Feb 25, 2009 #1 Could someone explain Response Buffering in more detail?
A andreas Well-Known Member Feb 27, 2009 #2 Feb 27, 2009 #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?
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?
M mistwang LiteSpeed Staff Feb 27, 2009 #3 Feb 27, 2009 #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.
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.