Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Cache Under WAS 3.0

Cache Under WAS 3.0

From: John Koszarek <johnk_at_tezcat.com>
Date: 1998/02/03
Message-ID: <34D7F676.22CC8A45@tezcat.com>#1/1

Does anyone know how to manually force the listener to cache specific directories under Web Application Server 3.0? If I recall correctly, there was a way to do this under Web Server 2.0. The online documentation for WAS unhelpfully states:

Ordinarily, when the Listener opens a requested file, the file remains open and mapped into memory until all clients using the file are finished with it, at which point the Listener closes the file and frees the memory mapping associated with it. The Listener allows you to specify files to be cached. Cached files are opened when a client requests them, and remain open for the life of the Listener process. This optimizes access times for files, such as your home page, that are requested often.

That's great. . . but it doesn't say how to do it! Any help is greatly appreciated.

Thanks,

John Koszarek Received on Tue Feb 03 1998 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US