Tracked the problem down: the box had had a database created for client
variables, but the datasource it was looking for no longer exists, so I
guess it was running round in circles wondering what to do. Also did turn
off global client variable updates as we don't require this, so we've gained
as well.

Cheers for the help guys, I'm now off to the pub.

Garry

-----Original Message-----
From: Alex Skinner [mailto:[EMAIL PROTECTED]]
Sent: 29 November 2002 12:01
To: [EMAIL PROTECTED]
Subject: RE: [ cf-dev ] Application.cfm/client vars


Garry,

Are you using a database for client storage or the registry

Do you have the disable global client variable update checkbox checked under
the global variables
if your not using the lastvisit or hitcount variables this can be checked to
improve performance.

If you are using a database for client storage are you using Sybase or SQL
Server as the database with 4.5.2 ?

Are you using client scopes a lot or just for session specific information ?

Alex


-----Original Message-----
From: Garry Mills [mailto:[EMAIL PROTECTED]]
Sent: 29 November 2002 11:20
To: '[EMAIL PROTECTED]'
Subject: [ cf-dev ] Application.cfm/client vars


I've got this as my standard application.cfm starter for 10

<cfapplication name="whatever"
        clientmanagement="Yes"
        sessionmanagement="Yes"
        sessiontimeout="#CreateTimeSpan(0,1,0,0)#"
        applicationtimeout="#CreateTimeSpan(1,0,0,0)#">

Which covers most things: works fine. But we're consolodating a couple of
servers and the clientmanagement setting is causing big problems on the new
box: causing the pages to load *very* slowly, or not at all. Remove the
clientmanagement="yes" bit and we're up and running.

Question is why? Both are W2K with 4.5 sp2 near as dammit identical spec
standard installation of both Windows and CF, nothing flash.

Any ideas gratefully received.

Garry

--
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]




-- 
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

-- 
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

Reply via email to