It would literally return a string with the complex types as strings.. 
However, are the ColdFusion variables pretty much stored as strings when 
it comes down to it?

Darryl

[EMAIL PROTECTED] wrote on 01/03/2005 12:29:12 PM:

> Mark,
> 
> Again this case is an Application of inheritance, I am trying to 
convince
> the boss why using session so much is a bad idea.
> 
> In this case its an intranet application, and every time the browser is
> closed a new session is started for that user. But the problem is that 
until
> the time expires the session variables remain in memory, and that is my
> problem but I am trying to convince the right people that there is a 
better
> method here.
> 
> Also how would .ToString() work on complex data such as structs and 
arrays,
> I tried myArray.Size() but it returns the number of elements not the 
actual
> size of the object.
> 
> 
> Regards
> Andrew Scott
> Technical Consultant
> 
> NuSphere Pty Ltd
> Level 2/33 Bank Street
> South Melbourne, Victoria, 3205
> 
> Phone: 03 9686 0485  -  Fax: 03 9699 7976
> 
> 
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Mark 
Stanton
> Sent: Tuesday, 1 March 2005 1:27 PM
> To: CFAussie Mailing List
> Subject: [cfaussie] Re: CFCs calling CFCs
> 
> Hey Andrew
> 
> > Here is the problem I have 80 users on this system, and every time 
> > they log in and logout they are creating another session, multiply the 

> > number of users by 500k by 100 logins an it starts adding up.
> 
> I'm a bit lost here.... 80 users x 500kb of session variables (I
> guess?) x 100 logins. What do you mean by 100 logins? Each user logs in 
100
> times?
> 
> Also 500kb of memory for a single session seems a bit steep. I'm sure 
its
> possible, but this really sounds like data you want on disk rather than 
in
> memory.
> 
> 
> What happens when you output:
> 
> <cfoutput>#session.toString()#</cfoutput>
> 
> Not sure how accurate using the size of this as a gauge of actual memory
> used would be (not very accurate I'd bet), but it might be a start.
> 
> --
> Mark Stanton
> Gruden Pty Ltd
> http://www.gruden.com
> 
> ---
> You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To 
unsubscribe
> send a blank email to [EMAIL PROTECTED]
> Aussie Macromedia Developers: http://lists.daemon.com.au/
> 
> 
> 
> 
> ---
> You are currently subscribed to cfaussie as: 
[EMAIL PROTECTED]
> To unsubscribe send a blank email to 
[EMAIL PROTECTED]
> Aussie Macromedia Developers: http://lists.daemon.com.au/



To unsubscribe from this email please forward this email to [EMAIL PROTECTED] 

This email message is confidential and may be privileged. If you are not the 
intended recipient
please forward the email to [EMAIL PROTECTED] and delete the original.
 
ABN AMRO Morgans Limited and its associates hold or may hold securities in the 
companies/trusts mentioned herein.
Any general advice included in this email has been prepared without taking into 
account your objectives, financial situation or needs.
Before acting on the advice, you should consider its appropriateness or discuss 
with one of our investment advisors.

ABN AMRO Morgans Limited (ABN 49 010 669 726 AFSL 235410) A Participant of ASX 
Group.
A principal member of the Financial Planning Association.


---
You are currently subscribed to cfaussie as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to