lua-users home
lua-l archive

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


According to your email you say:

show.lua -> default.lua    16 seconds
show.lua                         12 seconds
default.lua                       6 minutes

Which makes me think that in the FIRST example, default.lua isn't running at all.

Daniel

Sean Conner wrote:
It was thus said that the Great Daniel Stephens once stated:
Does show.lua call os.exit() ?

No it doesn't. What you see is what I typed into the interpreter. Besides, if show.lua called os.exit(), then the last example wouldn't have
taken nearly six minutes to run, since I load show.lua first.

  -spc (I can work around the six minute problem, I'm just curious as to
	what could cause it ... )