Are you suggesting something like this in index.cfm?

     <CFINCLUDE TEMPLATE="/#request.CFroot#/app_locals.cfm">
<CFLOCK NAME="#application.applicationname#" timeout = "60" type="readonly">
     <CFINCLUDE TEMPLATE="/#request.CFroot#/qry_RandKeyWord.cfm">
     <CFINCLUDE TEMPLATE="/#request.CFroot#/dsp_firstMAIN.cfm">
     <CFINCLUDE TEMPLATE="/#request.CFroot#/dsp_heading.cfm">
     <CFINCLUDE TEMPLATE="/#request.CFroot#/dsp_bluebar.cfm">
     <CFINCLUDE TEMPLATE="/#request.CFroot#/dsp_NewPageone.cfm">
     <CFINCLUDE TEMPLATE="/#request.CFroot#/dsp_footer.cfm">
     <CFINCLUDE TEMPLATE="/#request.CFroot#/act_FormFocus.cfm">
</CFLOCK>

best,  paul


At 05:18 PM 8/28/00 +0200, you wrote:
>3. In Index.cfm wrap the whole file after the include of app_locals with a
>read lock. (if you reference any application vars in app_locals you will
>want to lock that as well after the include of app_globals.

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

Reply via email to