Chris
Member since Jul 3, 2012
- Profile: /members/10096-chris.htm
- URL: http://www.semseo.co.uk
- Comments: 2
Recent Blog Comments By Chris
-
CFLock And Negative Outcomes - Think It Through
Posted on Jul 3, 2012 at 6:24 PM
@Scott, Oh dear, I think I have some rework to do. For some reason I though named locks would be better as it only locked the specific variable being changed rather than the entire scope. A few years ago I locked nothing, then I read something about the importance of locks (obviously missed the p... read more »
-
CFLock And Negative Outcomes - Think It Through
Posted on Jul 3, 2012 at 5:21 PM
Hi, I realise this is an old discussion but I just found it and was wondering if someone (guru Ben) could advise on this: What is better: I always use named locks, just habit and not knowing any reason not to. Sample code below. 1. an "exclusive" lock around an if/else where some code d... read more »