Is there any documentation on how to handle cached queries across a load
balanced environment?

I've noticed some oddities on ours, and was wondering if we were missing
something obvious.

- Calvin

----- Original Message ----- 
From: "Sean A Corfield" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, June 26, 2003 6:54 PM
Subject: Re: CFC performance difficulties


> On Thursday, Jun 26, 2003, at 12:12 US/Pacific, Mike Pacella wrote:
> > Thanks for the reply Sean.  My one question is that I've been doing
> > Java for about 2 years and this is primarily the methodology we, as a
> > company subscribed to.....In situations where we had objects that
> > would need to be looked up frequently, we'd create Hashtables whose
> > values would be the objects we needed to look up.
>
> A lot depends on how you're using the objects and / or data. CF is very
> good at caching database queries so re-running the query is not a big
> overhead (because, well, basically you don't end up re-running the
> query!).

<snip>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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

Get the mailserver that powers this list at 
http://www.coolfusion.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to