On 12/15/05, Cornillon, Matthieu (Consultant)
<[EMAIL PROTECTED]> wrote:
> 1) In the CF Administrator, it seems that you set the client variable
> store for the *server* and not for the specific CF application.  Is that
> correct?  In other words, if I have two applications, named
> application_one and application_two in their Application.cfm
> CFAPPLICATION tags, but those applications sit on the same server, do
> all their client vars get put into the same datastore?  If not, how (in
> the administrator module) does one set per-application settings?

When you make your selection in the cf admin, this is for the DEFAULT
client variable store.  That is, if the cfapplication tag makes no
specific mention of where the vars go via the cfapplication tag's
clientstorage="foo" parameter, then they go into the server-specified
default.  If you do specify a dsn other than the default, you have to
make sure on your own that the CDATA and CGLOBAL tables are set up
properly there to accept your data.

> 2) Is there a way that I can programmatically display client variable
> settings for the application?  In other words, is there some variable
> like Application.ClientStorage that I can read and display?  (I ask
> because of the above-mentioned fact that I cannot access the
> administrative module directly.)

I don't believe so.  Try a CFDUMP of the server scope and see if that
nets you anything.  I really doubt it will as that would be a nasty
security hole.  However, since you can specify your own client
variable storage location via the cfapplication tag that means you can
send data to the dsn of your choice and then use all CF tools to dump
or output same as you please.

> 3) Does anyone have any experience with this sort of delay of constant
>length?

Not personally, although it certainly sounds as if you have traced the
problem correctly.  If you had CF Admin access you could install
SeeFusion and trace it down for sure.  I recently put the Enterprise
version on a client's server and its ability to log slow queries
includes client var updates.  A wonderful tool for performance tuning.

--
--mattRobertson--
Janitor, MSB Web Systems
mysecretbase.com

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:227113
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to