Steve,
I had a similar problem with PDF files -- well, any large file, really,
but mostly PDFs.
The files were not pulled directly from some path along the web root,
but were served instead from a content management system that would
fetch the file from an off-web file store, and spit it out to the
browser with the correct MIME type.
I saw vast improvement once I made sure to include the content-length
directive (with the correct length, of course) in the response header
when sending the file back to the client. My Client directive is
currently set to 90, and my Server to 500. Extreme values, but
everything's been running smoothly for me for quite some time now, and I
hate to even try adjusting it further.
Ed
Stephen Ward wrote:[...]
|