lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


>From: twadepgh@yahoo.com
>
>However, it seems that there is some limit to the number of times, or 
>the complexity, or something of such operations.  When we do this, 
>memory is being corrupted somewhere.

I never heard of this.
How do you know memory is being corrupted?

>Is there some limit that we aren't aware of?  Stacks, global 
>namespaces, etc.?

There are no limits on the number of times dofile may be executed.

Could you please send us your scripts (directly, not to the list)?
I'll look into it.
--lhf