Will:
        Using the CachedWithin attribute caches the query "globally" as you put it.
If you want to cache queries on a per user bases you might want to make the
query a session query.  You can also accomplish "global" caching by placing
the query into the application scope.


Andrew Hewitt
Web Application Developer
webworld studios, inc.
www.wwstudios.com


-----Original Message-----
From: W Luke [mailto:[EMAIL PROTECTED]]
Sent: Friday, November 10, 2000 7:25 PM
To: CF-Talk
Subject: Cached Queries


Hi,

I'm quite interested in caching a couple of queries, of 1500 records or
more, using the CachedWithin attribute.  Can anyone tell me whether queries
are cached on a per-user/session basis, or "globally" for all users?  I
understand it might reduce loads on the server - but what about end-user
speeds; will it speed up the users' request?

Any other thoughts, comments etc welcome.

Will

----------------------------------------------------------------------------
--------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
message with 'unsubscribe' in the body to [EMAIL PROTECTED]


------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to