> > How exactly are you measuring this? Presumably, your > > production boxes are serving other requests at the same > > time, right? > > Initially, I was using SeeFusion traces on production and > gettickcount() on my box. But, thinking that might add > overhead differences, I went with gettickcount() on both > (using conditionals based on my IP address to make sure real > users don't see it). As far as other requests -- not really. > Like I said, it's very low traffic, and if there's more than > one request within a single minute, it's a busy day (that > gets into questions about the business spending my time > working on this low-traffic site, but that's a whole other > issue -- the funny thing is this is a load balanced > application [and, yes, both boxes show the same time > differentials]). So, the odds of requests hitting the box at > the same time and affecting performance seem pretty remote.
Are you testing this through the load balancer, or are you bypassing the load balancer and hitting your server directly? Not that that should make a difference to your getTickCount calls, but load balancers can cause odd problems. 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;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:306102 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

