I try to work with GlassFish V3 gem / Jruby 1.0.2 and Rails 1.2.5: all works well but I don’t understand why GlassFish doesn’t handle concurrent requests.
If one controller action is a bit slow (eg. 10 seconds long) the other actions don’t render anything (no response from GlassFish, only a blank page).
To test it simply put “sleep 10″ before render into an action controller code…
Does someone have tested this simple case ?
Thanks in advance !
Posted by
Gianluca Tessarolo
on November 27, 2007 at 01:35 AM PST
#
Humm. I'll put you in touch with the people that are working on this. - eduard/o
I try to work with GlassFish V3 gem / Jruby 1.0.2 and Rails 1.2.5: all works well but I don’t understand why GlassFish doesn’t handle concurrent requests.
If one controller action is a bit slow (eg. 10 seconds long) the other actions don’t render anything (no response from GlassFish, only a blank page).
To test it simply put “sleep 10″ before render into an action controller code…
Does someone have tested this simple case ?
Thanks in advance !
Posted by Gianluca Tessarolo on November 27, 2007 at 01:35 AM PST #
Humm. I'll put you in touch with the people that are working on this. - eduard/o
Posted by Eduardo Pelegri-Llopart on November 27, 2007 at 06:26 AM PST #