RE: Quick Question - Size Limit?

2000-10-30 Thread Andrew Scott

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/cf-talk@houseoffusion.com/
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/cf-talk@houseoffusion.com/
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/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: Quick Question - Size Limit?

2000-10-30 Thread Andrew Scott

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/cf-talk@houseoffusion.com/
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/cf-talk@houseoffusion.com/
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/cf-talk@houseoffusion.com/
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/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: Quick Question - Size Limit?

2000-10-30 Thread Rudy Rustam

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="1"
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/cf-talk@houseoffusion.com/
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/cf-talk@houseoffusion.com/
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/cf-talk@houseoffusion.com/
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/cf-talk@houseoffusion.com/
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/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: Quick Question - Size Limit?

2000-10-30 Thread Kalyan Chakravarthy Modali

length of the variable has no such limit as 255 chars
It works with even 1 million char. 
(even though u would never need this kind in most of the situvations)

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



RE: Quick Question - Size Limit?

2000-10-29 Thread Andrew Scott

depends how they are stored:

Memory: Memory dependand
Database: Hard Drive Space
Registry: Memory

Did I forget anything!



-Original Message-
From: Rudy Rustam [mailto:[EMAIL PROTECTED]]
Sent: Monday, 30 October 2000 5: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/cf-talk@houseoffusion.com/
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/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: Quick Question - Size Limit?

2000-10-29 Thread Deva Ramesh


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/cf-talk@houseoffusion.com/
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/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]