Sebastian 'lunar' Wiesner schrieb:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

[ Diez B. Roggisch <[EMAIL PROTECTED]> ]
I finally managed to work with static files with a little hack, but it's
ugly because I'm reading each static file per request.
How else should that work? Apache does that the same way.

I guess, Apache does some kind of memory caching for files, which are often
requested and small enough to fit into the system memory.  May be, that's
what the OP is referring to ...

I'm not aware of that, and I even more seriously doubt it. Because caching is a complicated, domain-dependend subject that would *immediately* cry for configuration - e.g. caching strategies and such.

And a common idiom for apache & caching is to use Squid as reverse proxy. Which wouldn't be the case would apache cache by itself.

Diez
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to