> I did gem install glassfish and ran the glassfish binary in my app root.
> Everything "just worked".

It will "just work" if you have write permission to the directory
where the glassfish gem resides, which for many real world deployments
are not so.

> Glassfish is in fact quite slow for a Hello World. However, it is capable of
> dealing with very high concurrency (I was able to throw as many concurrent
> requests as ab was able to handle), while thin dies at around 100ish.
> Additionally, jruby's threading model should be much better for real (i.e.
> non-hello-world) situations.

And these are the reasons why we probably will end up deploying our
Merb projects on JRuby. But there will be many tests and benchmarks
before we take that decision.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"merb" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/merb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to