> wouldn't having a write lock nested within a read lock
> cause an infinite hold while the write lock waits for
> the read lock to end.

Yeah, you can't do it. It will time out.

> The dilemma arose from using a read lock around the
> main switch in my root directory index.cfm

Perhaps you should not do this? Locks should be as small as possible.

------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to