lua-users home
lua-l archive

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


Begin forwarded message:
From: Jim  Mathies <Jim@mathies.com>

Well, here is a related question - if the Lua VM get's terminted mid
process, without any warning, will it leave allocated memory behind?

> -----Original Message-----
> 
> Jim  Mathies <Jim@mathies.com> wrote:
> > Do you know of any way to interrupt the running VM by making a call
> > into it while a separate thread is executing a program?
> 
> There's no way to do that using the standard Lua distribution.
> There was a guy on the Lua mailing list that added a call to do something
> like that though. Do you need it now?