Last week, when I was working on my jQuery Photo Tagger plugin (for Flickr-style photo annotation) , I was using CFLock to create thread-safe cache updates in the ColdFusion aspect of the code. As I was doing that, it occurred to me - I wasn't 100% sure what would happen if the timeout (indicated by the CFLock tag) was exceeded and no error was thrown? In the CFLock tag, you can use the ThrowOnTimeout attrib ...
Read More ยป