>This sounds like a CFLOCK problem. Do you have any exclusive locks in >your code?
Hi Tim, (just in case anybody is wondering, I did not just repost all my replies to this thread). We do have many exclusive locks. We have one with app scope (we have only one module which writes app variables, which is run at startup and very rarely after (maybe once every 3 or 4 days - manually)). We have loads with session scope, but I can't recall any that are anything other than short and sweet (I'll check the code). We have loads with the same name, used to exclusively lock the file system as we have about 300,000 disk file transactions each day (write, look for reply, read, delete). Each filename is unique. Again I can't recall that any of these have anything other than a <cffile> inside them. But if it was a cflock problem, and I have 5 second timeouts on every cflock, wouldn't I expect to see bunches of errors where it fails to obtain a lock? I do very occasionally see these at session level, but more often than not I just see thread timeout messages (32 secs). Alan ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. http://www.cfhosting.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

