View Single Post
  #4  
Old 11-14-2004, 08:42 AM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,590
In order to reduce the latency introduced by the compression layer, LiteSpeed may flush the compression buffer after a big chunk of data being compressed, so it is sensitive to the timing and chunk size of received data.

We believe it is an advantage instead of draw back comparing to other web server's "compress the whole response body then start sending" algorithm. 8)

George
Reply With Quote