Robert Egglestone wrote:
When using GoldSpike with Rails it uses a pool of runtimes. The runtime handling is done outside of JRuby. Loading a new runtime and the Rails classes is quite slow, so we've got a custom object pool implementation to manage the runtime
instances.

When using Webrick or Mongrel, there would be one runtime per VM, but
potentially multiple VMs.
That's not necessarily true either, since I did that little jruby-server implementation that allows many Mongrel instances in the same JVM (using new Runtimes)


--
Ola Bini (http://ola-bini.blogspot.com) JRuby Core Developer
Developer, ThoughtWorks Studios (http://studios.thoughtworks.com)

"Yields falsehood when quined" yields falsehood when quined.



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

   http://xircles.codehaus.org/manage_email

Reply via email to