> now, I guess my next question would be, is the cflock > timeout sort of an arbitrary guess as to what would be > a good amount of time? I mean, how long are the lock > timeouts on the heaviest hit cf pages set for? whats > a good number?
42. Seriously, the number will depend on what you're doing inside the lock, and how critical it is to wait for that lock as opposed to cancelling the request. Just remember that the timeout specifies how long CF will wait to execute that lock, not how long it'll hold the lock. That is, if CF has to wait because another request is using the lock, the timeout is how long CF will wait. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ::::::::::::: dream :: design :: develop ::::::::::::: MXDC 02 :: Join us at this all day conference for designers & developers to learn tips, tricks, best practices and more for the entire Macromedia MX suite. September 28, 2002 :: http://www.mxdc02.com/ (Register today, seats are limited!) :::::::::::::::::::::::::::::::::::::::::::::::::::::: ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

