[Voiceglue] On audio caching and HTTP cookies
Doug Campbell
voiceglue at campbellcastle.com
Mon Feb 16 19:03:10 EST 2009
Robby Dermody wrote:
> Regarding determining static vs. dynamic fetches, couldn't you just parse
> the URL apart to look for a querystring?
Yes, I considered doing that, but for exactly the reasons you describe,
it's not guaranteed to do what you want. And, conversely, I've seen
static files served with querystring parameters.
> Regarding the maxage approach then, that makes sense, as long as the
> default maxage (e.g. if not explicitly specified in the <audio> step
> and not set via a <property> tag) is set to something other than 0.
Agreed. The default, global value of the audiomaxage property
will be non-zero.
> That aside, with my limited knowledge in this area, this seems to
> be a place where different voicebrowser vendors will do different
> things...is that what you've found?
That is, indeed, the case. One major, popular VXML vendor did such
a bad job of cache management that I had to create different URL
paths for my entire project every time I changed anything, otherwise
it would always use the old cached value.
Doug Campbell
More information about the Voiceglue
mailing list