lua-users home
lua-l archive

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


On Nov 16, 2007 8:21 PM, Javier Guerra <javier@guerrag.com> wrote:
> On 11/16/07, Matt Campbell <mattcampbell@pobox.com> wrote:
> > What advantages, then, does Rings have over VEnv?
> i often wonder about the same

Xavante only used sandboxing when executing CGILua scripts, but yes it
uses Rings now. VEnv works fine as long as you don't want to use C
modules in the sandboxes.

Rings can deal with this case a lot better, although we had reports of
problems in that area too but could not reproduce the bug.

Have you experienced problems with Rings or are you worried about performance?

André