View Single Post
  #7  
Old 06-29-2004, 04:38 PM
satang satang is offline
Member
 
Join Date: Jun 2004
Location: Wellington, NZ
Posts: 13
Quote:
Originally Posted by mistwang
Yes, it is simple to use Nagle's algorithm in some cases, however, it will degrade server performance if not being used wisely,
Indeed. Which is why if you were to implement it, you'd only employ it in situations where the buffer would otherwise sit there and stagnate. Normal behaviour - serving files, and flushing responses once they have been completely received would proceed as normal.
Reply With Quote