dynamic cache allocation

2001-01-09 Thread Elman Vagif Abdullaev

Does anyone know if there is a module that enables dynamic cache
allocation for apache web server on the proxy?




Re: dynamic cache allocation

2001-01-09 Thread Perrin Harkins

On Tue, 9 Jan 2001, Elman Vagif Abdullaev wrote:
 Does anyone know if there is a module that enables dynamic cache
 allocation for apache web server on the proxy?

"Dynamic cache allocation" could mean anything.  Can you be more specific?
- Perrin



Re: dynamic cache allocation

2001-01-09 Thread Elman Vagif Abdullaev

Well right now proxy caching have static cache allocation, i.e. it caches
whatever the last request was asking for. But what I mean by dynamic
caching is to have some sort of script or module that will check if the
data stored on the proxy server is outdated. It will check if the data in
the database that was used to generate the responce to some query was
chenged and therefore data in proxy is not valid anymore. If it was
changed then we again go to database and generate the responce. If the
database was not changed we can just give whatever was stored in the
databse to the rerquesting user.
I am just wondering if something like that was done already since it would
speed up internet.


  On Tue, 9 Jan 2001, Perrin Harkins wrote:

 On Tue, 9 Jan 2001, Elman Vagif Abdullaev wrote:
  Does anyone know if there is a module that enables dynamic cache
  allocation for apache web server on the proxy?

 "Dynamic cache allocation" could mean anything.  Can you be more specific?
 - Perrin