in reply to RE: RE: Re: Parsing and Spewing CSS
in thread Parsing and Spewing CSS
Actually, the way that I'm leaning towards right now is to cache the information locally and send the cached information to the client. This works best under mod_perl, because you don't have to worry about the overhead of starting up a perl processor to handle the return of cached data (like you would normally).
I've found that IE tends to cache based on what it's user settings are and tends to ignore the Expires: header. And even with the CGI module, you can return whatever headers (status and otherwise) you want.
|
|---|