Be careful though.  This definitely works, but now you're going to be doing
a LOT more database hits just to pull CFML content, not counting the load
you have already in just processing the page.  I wouldn't recommend this
approach if you're planning to go to a large scale.  You could obviously use
caching to help, but then you run into problems resetting the cache when you
deploy new code.

--Doug

-----Original Message-----
From: Peter Theobald [mailto:[EMAIL PROTECTED]]
Sent: Saturday, September 30, 2000 1:48 PM
To: CF-Talk
Subject: Re: storing CF code in a database


Sure. It's easy. Just use a query to store it and later retrieve it and run
it with evaluate(variable).

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to