On Fri, Feb 25, 2011 at 8:26 AM, Rob Heittman <[email protected]> wrote: > I added this public method to JRubyEngine: > > public void stop() { > container.terminate(); > }
This would be a kind of solution. But, you need to write JRuby specific code. Then, why don't you use ScriptingContainer? JSR223 is good for users who won't be tied to any language. -Yoko > > I've plugged my leaks by introspecting its existence and calling it > when I want an engine dead. But I've no idea whether this would ever > be desirable to include in core. > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
