RE: Storing Complex Variables in memory

2001-05-24 Thread Nathan Nelson

Thanks Alistair,

Your suggestion worked great.

Thanks,

Nate

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 24, 2001 1:42 AM
To: CF-Talk
Subject: RE: Storing Complex Variables in memory


Yes, WDDX is a good way round this problem, something like -



to serialize the query into a client variable, then on subsequent pages -



to deserialize it back into a CF query object, which can be used like any
"normal" query.

Hope this helps

Alistair Davidson
Senior Web Developer
Rocom New Media
www.rocomx.net


-Original Message-
From: Nathan Nelson [mailto:[EMAIL PROTECTED]]
Sent: 23 May 2001 23:09
To: CF-Talk
Subject: Storing Complex Variables in memory


Hello everybody,

I am working on a shopping cart application and I am creating the shopping
cart using a query.  Right now I am storing the query as a session variable
which works great.  I wanted to use client variables, but it is too complex.
The problem with using session variables is that this application will be on
a clustered environment.  Has anybody experienced this?  I was thinking
maybe using WDDX to put it into a client variable if that would work.  I
would appreciate ANY ideas on how I should handle this.

Thanks in advance,

Nathan Nelson
ColdFusion Developer
::[CFDynamics]::.
www.cfdynamics.com
[EMAIL PROTECTED]
(801)621-8511
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Storing Complex Variables in memory

2001-05-24 Thread alistair . davidson

Yes, WDDX is a good way round this problem, something like -



to serialize the query into a client variable, then on subsequent pages -



to deserialize it back into a CF query object, which can be used like any
"normal" query.

Hope this helps

Alistair Davidson
Senior Web Developer 
Rocom New Media
www.rocomx.net


-Original Message-
From: Nathan Nelson [mailto:[EMAIL PROTECTED]]
Sent: 23 May 2001 23:09
To: CF-Talk
Subject: Storing Complex Variables in memory


Hello everybody,

I am working on a shopping cart application and I am creating the shopping
cart using a query.  Right now I am storing the query as a session variable
which works great.  I wanted to use client variables, but it is too complex.
The problem with using session variables is that this application will be on
a clustered environment.  Has anybody experienced this?  I was thinking
maybe using WDDX to put it into a client variable if that would work.  I
would appreciate ANY ideas on how I should handle this.

Thanks in advance,

Nathan Nelson
ColdFusion Developer
...::[CFDynamics]::.
www.cfdynamics.com
[EMAIL PROTECTED]
(801)621-8511
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists