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]

Reply via email to