durusmail: quixote-users: Those publishers of static stuff
Those publishers of static stuff
2002-10-02
2002-10-09
2002-10-09
2002-10-10
2002-10-10
2002-10-10
2002-10-10
Those publishers of static stuff
Mikhail Sobolev
2002-10-02
It looks like the publishers of static files use the same constructs:

    f = open (filename)
    return f.read ()

I wonder how memory effective this is.  And if these are not memory
effective what would be the best approach for serving big static files?
(Maybe it would even require some sort of rewriting of HTTPResponse
code?)

TIA,

--
Misha


reply