Hi,

I currently have a web project that is structured something like this:

<CF_ROOT>/   (let's call this "app1" - it's not a model-glue app)
Application.cfc
index.cfm
etc.

<CF_ROOT>/administration/ (let's call this "app2" - this is a model-
glue MG:U app)
Application.cfc (a model glue app)
config/
controller/
views/
etc.

I have just written a caching mechanism which is put in application
scope of the "app1".  What I had hoped to do was to refresh the data
when it's updated by in the administration section (ie. "app2").  But
now I've realised that app2 has a different application scope to
app1...

Is there any way for app2 to access the cache I have in app1?

I did find this suggestion via google but I'm not sure how it'll work
when I'm using MG:

http://www.bennadel.com/blog/1247-Ask-Ben-Dynamically-Executing-ColdFusion-Application-cfc-Instances.htm

Any thoughts or suggestions on how I can best tackle this problem, or
whether my architecture is just completely flawed (stupid
perhaps? :-))

Thanks,
Andrew.



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "model-glue" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/model-glue?hl=en

For more about Model-Glue, check http://www.model-glue.com .
-~----------~----~----~----~------~----~------~--~---

Reply via email to