I haven't followed the CFLOCKing discussion that
close, but I just stumbled over a need for it.
I'll put the following in app_globals.cfm:
<CFIF NOT IsDefined("Application.Initialized")>
<CFSET Application.Initialized = 1>
<CFSET Application.AlphList =
"A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z,0,1,2,3,4,5,6,7,8,9">
</CFIF>
And then also in app_globals.cfm I should put the following:
<CFLOCK NAME="ApplicationName">
Is this correct?
best, paul
PS> BTW, is there a better way to come up with the above list?
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
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.