black box - Stabilizing a fragile web application by proxy -
i'm having unstable dynamic web application want stabilize running in settings:
- given request url
u
- look
u
in cache - if it's there - fetch cache - if it's not, generate cache web application.
- look
- 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
Post a Comment