black box - Stabilizing a fragile web application by proxy -


i'm having unstable dynamic web application want stabilize running in settings:

  1. given request url u
    1. look u in cache - if it's there - fetch cache
    2. if it's not, generate cache web application.
  2. administrator able access web application directly. whenever access webpage - generated web page used update cache.

this way, know sure if web application down, of pages still accessible. , easy administrator update cache (whenever edits there - it'll updated automatically, since he'll access page afterwards).

is there generic cache similar behavior? better ideas stabilizing existing web application without changing source code?


Comments

Popular posts from this blog

haskell - Using filter on an item in a list? -

c# - When does PreApplicationStartMethod actually get triggered to run? -

tomcat6 - Exception when stopping container for a with Spring + Quartz + Tomcat web application -