session variable locking question

2001-03-22 Thread Tim Bahlke
In the following code, do I need a lock around the entire cfif statement? Is it better to declare [lock][lock] instead of the IsDefined function? Thanks, Tim Bahlke ~~ Structure your ColdFusion code with Fu

RE: session variable locking question

2001-03-22 Thread Phoeun Pha
ailto:[EMAIL PROTECTED]] Sent: Thursday, March 22, 2001 2:15 PM To: CF-Talk Subject: session variable locking question In the following code, do I need a lock around the entire cfif statement? Is it better to declare [lock][lock] instead of the IsDefined fun

Re: session variable locking question

2001-03-23 Thread W Luke
Message- > From: Tim Bahlke [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 22, 2001 2:15 PM > To: CF-Talk > Subject: session variable locking question > > > In the following code, do I need a lock around the entire cfif statement? > > > > > > &

RE: session variable locking question

2001-03-23 Thread Bob Silverberg
;t the attached code a bad idea? I was given the impression that it's not a good idea to monkey around manually with CFs client variable database. Bob -Original Message- From: W Luke [mailto:[EMAIL PROTECTED]] Sent: March 23, 2001 3:03 PM To: CF-Talk Subject: Re: session variable locki

RE: session variable locking question

2001-03-23 Thread Dave Watts
> Should client variables such as the following be inside a ? No. Only memory variables (session, application, server) need to be locked. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ~~ Str

RE: session variable locking question

2001-03-23 Thread Chris Martin
I was wondering, is there somewhere I can find a good discussion on why locking session variables is a good idea? I have heard that it is something that should be done, but our project leader insists that we do not need to do it. What are the pros and cons of locking session variables? Chris Ma

Re: session variable locking question

2001-03-23 Thread Jon Hall
CTED]> Sent: Friday, March 23, 2001 5:41 PM Subject: RE: session variable locking question > I was wondering, is there somewhere I can find a good discussion on why > locking session variables is a good idea? I have heard that it is something > that should be done, but our project lea