This topic provides information on the Fast Response Cache Accelerator.
Fast Response Cache Acceleration is only available for V5R2 HTTP Server and later releases.
The Fast Response Cache Accelerator (FRCA) improves the performance and scale of Web and TCP server applications by storing both static and dynamic content in a memory-based cache located in the Licensed Internal Code. You can configure FRCA by using the IBM® Web Administration for i5/OS™ interface. See Set up Fast Response Cache Accelerator (FRCA) for HTTP Server (powered by Apache).
FRCA improves efficiency, scale, and performance by implementing two concepts:
FRCA improves HTTP Server (powered by Apache) performance for both static and dynamic content.
Static content, or content that comes from a file, is stored in Network File Cache and is then served to Licensed Internal Code of HTTP Server (powered by Apache) which essentially 'short circuits' the normal request processing path so the requested information will reach the user faster.
Dynamic content can be served from a Licensed Internal Code proxy cache or distributed by the Licensed Internal Code reverse proxy to one or more remote servers. A layer-7 router looks at the URL paths to route dynamic requests to the appropriate remote server.
Static content request and response process without FRCA
Static content request and response process with FRCA