8 Dec
2003
8 Dec
'03
5:58 p.m.
Hi Peter,
Hm, I think (downloading) performance should be roughly the same -- after all, the files would still have to loaded by Zope, at least with Products like LocalFS and ExtFile that first load the whole file into memory before starting to serve it? I wrote myself a streaming method for this reason.
So either to patch LocalFS and ExtFile not to wait until complete load or reading the file by external methods like Dieter Maurer suggested. What does your streaming method do, just downloading the file? Thanks for your answers, SK