I did gem install glassfish and ran the glassfish binary in my app root.
Everything "just worked".
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.

Finally, I was told by the JRuby guys that this release of grizzly
(Ruby-Glassfish) has basically no performance tuning yet, so you should
expect improvements in the future.

-- Yehuda

On Sat, Nov 8, 2008 at 10:22 AM, Per Melin <[EMAIL PROTECTED]> wrote:

>
> > Note that Glashfish works great with Merb, I personally gave it a try
> with
> > wycats last night and it's pretty cool!
>
> At least once you've googled the solution (i.e. run as root) to the
> glassfish gem blowing up with "the domain directory is not writable"
> when started, which is a bug that goes back to April.
>
> https://glassfish.dev.java.net/issues/show_bug.cgi?id=4606
>
> Something else:
> Has anyone done any benchmarks? A simple hello world app is very slow
> on my machine; about 1/5 of the req/s compared to MRI + Thin. But I'm
> testing on 32-bit OS X which may not be the best environment for Java.
>
> >
>


-- 
Yehuda Katz
Developer | Engine Yard
(ph) 718.877.1325

--~--~---------~--~----~------------~-------~--~----~
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