Oh, I see. Nicely done. I've been searching zope.org for ExtFile, and macgregors product shows up first, sorry for the confusion... Did you try to contact macgregor about your changes? It certainly seems it would be an improvement for the ExtFile product. cheers, peter. Stefan H. Holek wrote:
This is correct. I was however referring to ExtFile-1.2.0 <wink>.
See <http://zope.org/Members/shh/ExtFile>
Unfortunately I have no powers to add a note about it to macgregor's page.
Stefan
--On Dienstag, 09. Dezember 2003 09:41 +0100 Peter Sabaini <peter@sabaini.at> wrote:
Not true. ExtFile-1.1.3 *does* load the whole file into RAM prior to serving it. Take a look at ExtFile.index_html() -- the file gets loaded into an StringIO object and then the contents of this StringIO object are returned.