[thelist] PHP

Matt Warden Matt Warden" <mwarden at odyssey-design.com
Wed, 5 Jan 2000 19:13:55 -0500


> >- No external object for output caching
>
> I feel stupid for asking, but what exactly do you mean?

ASP - You can store HTML resulting from a script in the Application
object. See my article on evolt.org
(http://evolt.org/index.cfm?menu=8&cid=621) There's some weird stuff
going on with evolt's submission tool and entities, but you ought to get
the idea.

CF - You can store the result of a recordset query in an external object
(meaning, it's available to all users). You also have page caching, I
believe.

-M@