On 5/1/06, Douglas Knudsen <[EMAIL PROTECTED]> wrote:
updating what is cached.  If code caches a instance of CFC a in say
the application scope, then a changes due to a update, how to get the
new version cached elegantly?

Well, we tightly control all code releases to production and have a
well-defined bootstrap process for each server so that's not an issue
- we don't have production code changes outside our release process.

We use IIS, hitting ourdomain.com/appname/?reset=yes obviously doesn't
work.  I have the internal JRun servers turned on and I have to hit
each internal JRun server instance with something like
ourdomain.com:8300/appname/?reset=yes for each internal port number.

Yes, that's pretty much what we do - although we actually have a
bootstrap CFML script that uses <cfhttp> to hit each server in the
cluster to initialize things.

The real issue here is tightly controling your production code updates!
--
Sean A Corfield -- http://corfield.org/
Got frameworks?

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood



-- Reactor for ColdFusion Mailing List -- [email protected]
-- Archives at http://www.mail-archive.com/reactor%40doughughes.net/


Reply via email to