Re: [Zope-dev] Re: [Zope3-dev] proposal: serving static content faster

2004-04-09 Thread Chris McDonough
On Fri, 2004-04-09 at 18:02, Paul Winkler wrote: > That's easy. LocalFS, CMFCore.FSFile, and ExtFile 1.1.3 all read the > entire file into memory before sending anything back to the client. > That's why ExtFile 1.4 is so much better - it uses RESPONSE.write() > with 64k chunks. I just don't unders

Re: [Zope-dev] Re: [Zope3-dev] proposal: serving static content faster

2004-04-09 Thread Paul Winkler
On Fri, Apr 09, 2004 at 12:25:50AM -0400, Chris McDonough wrote: > and 1216K (I cannot explain the large difference in results at 38322k > across products; it appears to be product-specific). That's easy. LocalFS, CMFCore.FSFile, and ExtFile 1.1.3 all read the entire file into memory before sendin