lua-users home
lua-l archive

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


Yeah, this is what the WSAPI launchers do with Orbit apps (along with
isolating each application in its own Lua state, but reusing the state
between different requests).

--
Fabio Mascarenhas

On Feb 18, 2008 5:07 PM, Petite Abeille <petite_abeille@mac.com> wrote:
>
> On Feb 18, 2008, at 9:39 PM, Ignacio Burgueño wrote:
>
> > Thanks, I'll save that as a last resource, since it's possible that
> > I don't have access to the debug library.
>
> Hmmm... well... then... you can always wrap require() with your own
> function and perhaps set the module path there...
>
>