Re: question on App::Context

2002-11-05 Thread Chris Winters
On Mon, 2002-11-04 at 15:08, Stephen Adkins wrote: I would say that a Context represents a runtime environment. It is possible that many applications are operated in this Context. This is a useful distinction. 0. General So far, I have a need for only two Contexts:

Re: question on App::Context

2002-11-05 Thread Rob Nagler
One problem I didn't see addressed: partial context clearing before internal redirects. We didn't consider this problem in our first cut, but later added put_durable to our Request (context) object. Once we get around to it, we will be clearing non-durable state when an internal redirect

Re: question on App::Context

2002-11-05 Thread Gunther Birznieks
Is this really an app context problem then? It seems more like a generic life cycle problem. It sounds to me like a layer upon a cache is needed to be able to tag cache items with categorization. Then, it is up to the app to choose in it's life cycle when to clear certain cache tags. For

Re: question on App::Context

2002-11-04 Thread Stephen Adkins
Chris, Thanks for the interest. See below. At 10:52 AM 11/2/2002 -0500, Chris Winters wrote: Hi Stephen, I've finally been able to put some time toward the next version of OpenInteract. One of my main goals is to enable OI to run under other modes besides mod_perl, and to this end some of the