> I posted this to the Model Glue group too, but it sems like a > general question that cf-talk might be able to answer > > I've traced the error to this line in /ModelGlue/unity/ModelGlue.cfm: > > <cflock name="ModelGlueInit" type="exclusive" timeout="10" > throwOnTimeout="true"> > > For some reason, its not entering this cflock. I'm not > talking about failure to go through an if statement, it just > wont go into the lock whatsoever... not sure how this could happen.... > > So what would cause CF from ignoring a CFLOCK??
Another lock of the same name being executed prior to this lock, and not completing before the timeout. Although, this lock should generate an exception if you have THROWONTIMEOUT set as you do above. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:309321 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

