RE: locking sessions in 4.0 and 4.5 compatible way

2001-05-04 Thread Chris Norloff
-- Original Message -- From: Dave Watts [EMAIL PROTECTED] If you enable Automatic Read Locking in CF 4.5.x, it'll insist that any write to a memory variable be locked using a scoped lock. Your only solution, for compatibility across 4.0.x and 4.5.x, is to

RE: locking sessions in 4.0 and 4.5 compatible way

2001-05-04 Thread Dave Watts
Hmmm ... we're transitioning from CF 4.0 to 4.5 and have all our locks scoped with the old name=session.sessionid name=application.applicationname method. They work okay under 4.5, and pass with Automatic Read Locking turned on. They do not work with Full Checking turned on, which

RE: locking sessions in 4.0 and 4.5 compatible way

2001-05-02 Thread Dave Watts
I really did search for this, but didn't find an answer. I'm moving from CF 4 to 4.5, and have turned on Automatic Read Locking in all scopes. Now I'm going through to see what's broken as a result. Note that I'm trying to maintain compatibility with 4.0 as much as possible. Is there