It would support more than 255, yes however normally we use normal string
var's for db storage so 255 is what we use as the length. There are times
when you can load something (file of binary size through the web) these can
be megs and they can be held in vars as well.

So yeah its resource space!


regards

Andrew Scott
Senior Cold Fusion Application Developer
ANZ eCommerce Centre
* Ph 9273 0693  
* [EMAIL PROTECTED]


-----Original Message-----
From: Rudy Rustam [mailto:[EMAIL PROTECTED]]
Sent: 30 October 2000 20:40
To: CF-Talk
Subject: RE: Quick Question - Size Limit?


I'm referring to the size and I have to agree that it depends on the
resources.
beside the length supports more than 255 chars and i don't bother about
that.

simple test, i stored the client var in database
<cfset name = "a">

<cfloop index="i" from="1" to="10000">
        <cfset Name = "a#Name#">
</cfloop>

<cfset client.EmpName = "#Name#">

<cfoutput>
okay
</cfoutput>

I tried 1M, but the result never come out and my cpu usage never goes down
from 100% (at the end, i have to restart).

come on guys, give it a try!



-----Original Message-----
From: Andrew Scott [mailto:[EMAIL PROTECTED]]
Sent: Monday, 30 October 2000 4:40 PM
To: CF-Talk
Subject: RE: Quick Question - Size Limit?


Actually no whoops!

I read it again...

If you want the length of the variable then its 255 chars max, I think!

If its storage as the size of all the variables then its as I described,
your open to what ever resource you have available.



-----Original Message-----
From: Andrew Scott [mailto:[EMAIL PROTECTED]]
Sent: Monday, 30 October 2000 7:34 PM
To: CF-Talk
Subject: RE: Quick Question - Size Limit?


Whoops! :-)

-----Original Message-----
From: Deva Ramesh [mailto:[EMAIL PROTECTED]]
Sent: Monday, 30 October 2000 6:37 PM
To: CF-Talk
Subject: RE: Quick Question - Size Limit?



HAHAHAH


HAI RUDY

SIZE LIMIT IS 255 CHARS FOR CLIENT V

THANX
RAMESH

-----Original Message-----
From: Rudy Rustam [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 30, 2000 2:34 PM
To: CF-Talk
Subject: Quick Question - Size Limit?


is there a size limit for client, application and session?

if yes, what's the limit line?

i'm dying for the answer....


rgds,
- rudy
----------------------------------------------------------------------------
--------------------
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
message with 'unsubscribe' in the body to [EMAIL PROTECTED]
----------------------------------------------------------------------------
--------------------
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
message with 'unsubscribe' in the body to [EMAIL PROTECTED]

----------------------------------------------------------------------------
--------------------
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
message with 'unsubscribe' in the body to [EMAIL PROTECTED]

----------------------------------------------------------------------------
--------------------
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
message with 'unsubscribe' in the body to [EMAIL PROTECTED]
----------------------------------------------------------------------------
--------------------
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
message with 'unsubscribe' in the body to [EMAIL PROTECTED]
------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to