3 May
2001
3 May
'01
1:18 a.m.
Thing is, any of the external file products will have to suck the whole file into a python object first, or do what File does and mete it out in chunks, so it's really the same deal. Same if you used an SQL backend or whatever, as long is it's going thru Zope. The only workaround would be to have abjects that passed absolute URLs which a different webserver, like apache, would then actually send out to the user.
Anyway, memory is cheap :)
Memory is cheap but 20 clients x 20 meg download goes through your memory pretty quick...