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).
Could you point me to some sample code? I'm looking at both wsapi and
orbit's source and I can't find where you do that.
I mean, if I have two apps which serve static content, both placed in
different directories, how does Orbit handle that? orbit.serve_static
will fail unless given a full pathname.