Re[2]: Am I understanding locking via CF Server properly?

2000-12-28 Thread listmb
Thanks for the info, this completely solved my problem I was setting session variables without the proper locking, and my application was not reading the values correctly without a shift reload from the browser. This was driving me nuts. Thanks Again! WayGee Hello Dave, Tuesday, December 26

Re: Am I understanding locking via CF Server properly?

2000-12-26 Thread Peter Theobald
Your understanding is correct. Use CFLOCK EXCLUSIVE around writes. Do not use CFLOCK READONLY around reads because you have turned on automatic read locking. At 12:11 PM 12/26/00 -0500, Paul Sinclair wrote: >I've been setting up a couple of CF apps and before I get too deep into >them, I am try

RE: Am I understanding locking via CF Server properly?

2000-12-26 Thread Dave Watts
> I've been setting up a couple of CF apps and before I get too > deep into them, I am trying to make sure the locking process is > properly set up. I have set up the CF Server (via the Administrator > screens) to do Automatic read locking of session variables. Am I > correct in assuming that

Am I understanding locking via CF Server properly?

2000-12-26 Thread Paul Sinclair
I've been setting up a couple of CF apps and before I get too deep into them, I am trying to make sure the locking process is properly set up. I have set up the CF Server (via the Administrator screens) to do Automatic read locking of session variables. Am I correct in assuming that even with this