Best coding techniques for use of Application variables

2002-09-25 Thread Jay Packer
Hi, I have some questions regarding the use of application variables that I was hoping for some suggestions on. First is the issue of locking. If I understand correctly, I'll gain a small performance boost if I do my own locking instead of allowing CF to automatically lock all READS via the CF a

RE: Best coding techniques for use of Application variables

2002-09-25 Thread Adrian Lynch
-Talk Subject: Best coding techniques for use of Application variables Hi, I have some questions regarding the use of application variables that I was hoping for some suggestions on. First is the issue of locking. If I understand correctly, I'll gain a small performance boost if I do my o

RE: Best coding techniques for use of Application variables

2002-09-25 Thread S . Isaac Dealey
sn't exist, do it in the Application.cfm file. Wrap it > in an if statement > ... > > > > Ade > -Original Message- > From: Jay Packer [mailto:[EMAIL PROTECTED]] > Sent: 25 September 2002 22:40 > To: CF-Talk > Subject: Best coding techniques fo

RE: Best coding techniques for use of Application variables

2002-09-25 Thread Adrian Lynch
A, but not if he's sticking a query in there, or he doesn't want a default value :O) -Original Message- From: S. Isaac Dealey [mailto:[EMAIL PROTECTED]] Sent: 25 September 2002 23:27 To: CF-Talk Subject: RE: Best coding techniques for use of Application variables Or some

RE: Best coding techniques for use of Application variables

2002-09-25 Thread S . Isaac Dealey
23:27 > To: CF-Talk > Subject: RE: Best coding techniques for use of Application > variables > Or something like this should work also: > > default="hellacool"> > > You can even drop the cflock if you're on CFMX. > Isaac > Certified A

Re: Best coding techniques for use of Application variables

2002-09-25 Thread Sean A Corfield
On Wednesday, September 25, 2002, at 02:40 , Jay Packer wrote: > I have some questions regarding the use of application variables that I > was hoping for some suggestions on. The best answers depend heavily on which version of CF you're using. CFMX requires much less locking than earlier version

RE: Best coding techniques for use of Application variables

2002-09-26 Thread Adrian Lynch
D]] > Sent: 25 September 2002 23:27 > To: CF-Talk > Subject: RE: Best coding techniques for use of Application > variables > Or something like this should work also: > > default="hellacool"> > > You can even drop the cflock if you're on C