Well, I just did a quick one (index loop) that tried to loop 10 million
times, and it looks like it consistently stops at 36,799 and goes no
further.  That help?

<cfloop index="i" from="1" to="10,000,000" step="1">
<cfoutput>#i#<br></cfoutput>
</cfloop>

Ray

At 11:34 AM 4/16/2004, Tony Weeg wrote:
>hey there.
>
>whats the max number of iterations I can expect cfloop to handle before it
>craps out?
>
>1 million, 2 million?
>any number that anyone knows of?
>
>thanks!
>
>...tony
>
>tony weeg
>senior web applications architect
>navtrak, inc.
>www.navtrak.net
>[EMAIL PROTECTED]
>410.548.2337
>
>
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to