Im just storing some basic values for validation etc.  Nothing major, so clients 
should be the way to go if I want to avoid using Bright Tiger then?


---------- Original Message ----------------------------------
From: "David Gassner" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Date: Sat, 1 Apr 2000 10:01:22 -0800

>As you say, client variables are stored on disk can be shared between
servers, while session variables are stored in server memory and are only
available to that server.  The other difference: client variables are
limited to strings, while session vars can store arrays and structures.  You
can store the more complex variables in client vars by serializing them to
WDDX strings; see the <CFWDDX> tag for more info.

> -----Original Message-----
> From: Brian Peddle [mailto:[EMAIL PROTECTED]]
> Sent: Friday, March 31, 2000 5:37 PM
> To: [EMAIL PROTECTED]
> Subject: Balanced Web Server
>
>
> I am moving to a new location where load balancing is used.  I
> know CF ships with bright tiger but I dont think I need to use
> that at this point.
>
> My only concern is session variables.
>
> I only store 3 session variables in my application.  With load
> balancing I know this causes a problem unless I use Bright Tiger
> and sticky sessions.
>
> Could I just switch them over to client variables and store the
> clients in the database?
>
> Would this solve the problem?  What are differences between
> clients and session vars.  They seem very similiar.  Is it that
> sessions are stored in memory while clients are stored in the
> registry/database/or cookie?
>
> Thanks
> ------------------------------------------------------------------
> ------------
> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf
_talk or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to