[Zope] searching and serving large textfiles ~120 Mb

Sebastian Krollmann sebastian.krollmann at gmx.net
Mon Dec 8 12:58:41 EST 2003


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






More information about the Zope mailing list