yeah, I get that, but I guess what im looking for is something like...

1 cfset = wait for processing 1 sec.
1 cfset + 1 whatever = wait for proc. 2.5 secs.

are there any metrics or best practices for this?

..tony

Tony Weeg
Senior Web Developer
Information System Design
Navtrak, Inc.
Fleet Management Solutions
www.navtrak.net
410.548.2337 


-----Original Message-----
From: Dave Watts [mailto:[EMAIL PROTECTED]] 
Sent: Monday, September 23, 2002 10:35 AM
To: CF-Talk
Subject: RE: cflocking de-mystified (was RE: WHYYYYY!!!!!!)


> 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

Reply via email to