locking session variables in cf8

2008-12-07 Thread j s
When creating session structures is it still necessary to cflock in cf8? I think i read somewhere that it was no longer needed but I was probably dreaming. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic

Re: locking session variables in cf8

2008-12-07 Thread Matt Quackenbush
In virtually every case, locking session vars has been completely unnecessary since CFMX (6.0) came out. On Sun, Dec 7, 2008 at 3:12 PM, j s [EMAIL PROTECTED] wrote: When creating session structures is it still necessary to cflock in cf8? I think i read somewhere that it was no longer needed

Re: locking session variables in cf8

2008-12-07 Thread Mike Chabot
Lock to avoid problems with race conditions in the places where these might be an issue. Many Web applications have places where unhandled race conditions can be a problem. -Mike Chabot On Sun, Dec 7, 2008 at 4:36 PM, Matt Quackenbush [EMAIL PROTECTED] wrote: In virtually every case, locking

Re: locking session variables in cf8

2008-12-07 Thread Brad Wood
prevent multiple processes from trying to instantiate the shared variable all at the same time. ~Brad - Original Message - From: j s [EMAIL PROTECTED] To: cf-talk cf-talk@houseoffusion.com Sent: Sunday, December 07, 2008 3:12 PM Subject: locking session variables in cf8 When creating

Locking Session Variables?

2002-01-11 Thread ehoma
Hi, I'm new to using session variables and don't quite understand the locking thing. What'll happen if you don't lock everything? Here is some code that I've been using. I used cflock when I created the array but not when I'm reading or writing. It's been working fine. Am I in for big bad

RE: Locking Session Variables?

2002-01-11 Thread Pascal Peters
:[EMAIL PROTECTED]] Sent: vrijdag 11 januari 2002 10:29 To: CF-Talk Subject: Locking Session Variables? Hi, I'm new to using session variables and don't quite understand the locking thing. What'll happen if you don't lock everything? Here is some code that I've been using. I used cflock when I

Locking session variables in CF 4.0

2000-12-19 Thread Barney Stevenson
I am confused by the knotty subject of locking session variables. I know that it is recommended to lock all session variables in CF 4.5, but should I be locking if I am developing for CF 4.0. What will happen if I don't implement locks? Regards Barney = Barney Stevenson 77 Church

RE: Locking session variables in CF 4.0

2000-12-19 Thread Nick Betts
or hang CF server. Nick Betts Software Engineer www.poulternet.com Leeds,UK -Original Message- From: Barney Stevenson [mailto:[EMAIL PROTECTED]] Sent: 19 December 2000 11:53 To: CF-Talk Subject: Locking session variables in CF 4.0 I am confused by the knotty subject of locking session

RE: Locking session variables in CF 4.0

2000-12-19 Thread James Maltby
behave yourself." "Get Carter" 1964 -Original Message- From: Barney Stevenson [mailto:[EMAIL PROTECTED]] Sent: 19 December 2000 11:53 To: CF-Talk Subject: Locking session variables in CF 4.0 I am confused by the knotty subject of locking session variables. I know that it is r

RE: Locking session variables in CF 4.0

2000-12-19 Thread Johan Coens
[mailto:[EMAIL PROTECTED]] Sent: dinsdag 19 december 2000 12:53 To: CF-Talk Subject: Locking session variables in CF 4.0 I am confused by the knotty subject of locking session variables. I know that it is recommended to lock all session variables in CF 4.5, but should I be locking if I am