Fabio Kung wrote:
> 
> On Fri, May 2, 2008 at 2:42 PM, Christian Seiler <[EMAIL PROTECTED]>
> wrote:
> 
>> Yes, but right now I happily and simply instantiate this shared stuff in
>> Rails plugins. I think I wouldn't like to mess around with classloaders.
>> It
>> would be really an annoyance to me.
> 
> If shared jars are in your WEB-INF/lib you won't have any problems as they
> are loaded by application context classloader, which should (?) be common
> parent for all JRuby classloaders.
> 

I don't use WAR deploment or JEE containers or alike. Besides Rails: I find
it generally useful to be able to share singletons across instances in
JRuby. I'd like to have this classloader separation configurable at least
(and if the performance gains are really impressive I may also use it :)
-- 
View this message in context: 
http://www.nabble.com/More-ideas-for-perf%2C-integration-tp16997874p17033261.html
Sent from the JRuby - Dev mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to