Re: [ANNOUNCE] Apache::ASP v2.25

2001-10-14 Thread Joshua Chamas
raptor wrote: > > Will it be possible for ordinary .asp scripts to put stuff in the cache.. > (probably in case where they are a little big and is not worth storing them > in Session)... i.e. something like this : > > my %blah = ( .. ); > my $md5hash = $Server->CacheStore(\%attr,%blah); > ..

Re: [ANNOUNCE] Apache::ASP v2.25

2001-10-13 Thread raptor
Will it be possible for ordinary .asp scripts to put stuff in the cache.. (probably in case where they are a little big and is not worth storing them in Session)... i.e. something like this : my %blah = ( .. ); my $md5hash = $Server->CacheStore(\%attr,%blah); ... $Server->CachePurge($md5hash)

Re: [ANNOUNCE] Apache::ASP v2.25

2001-10-12 Thread Joshua Chamas
Perrin Harkins wrote: > > > Special to this release is a new dbm based output caching layer API > > via a $Response->Include() API extension. This can be handy for > > optimizing out mostly static, costly components from having > > to be recomputed every time. For more info on this check out: >

Re: [ANNOUNCE] Apache::ASP v2.25

2001-10-12 Thread Perrin Harkins
> Special to this release is a new dbm based output caching layer API > via a $Response->Include() API extension. This can be handy for > optimizing out mostly static, costly components from having > to be recomputed every time. For more info on this check out: > > http://www.apache-asp.org/ob