Hi!

in my project I started with ruote-web and I added some features. In
development mode I use a single mongrel as a web server.

Now I am trying to deploy this service in a "more production" mode,
supporting concurrent requests. I read in this list that “passenger phusion”
is a bad solution because of its problems with threads.

I am thinking about two posibilities:

* Using nginx as a request dispatcher to serve requests torwards a mongrel
cluster. This is a good deployment for rails applications and it is surely
useful with concurrent requests. But I don’t know how to make mongrels share
a single workflow engine instance (ruote instance).

* Using a JRuby/Tomcat deployment for my rails app. I don’t have experience
in this architecture, and thus I don’t know if it is valid for serving
concurrent requests.

What is the best choice? Is there another posibility?

Best Regards,
Diego.

--~--~---------~--~----~------------~-------~--~----~
you received this message because you are subscribed to the "ruote users" group.
to post : send email to openwferu-users@googlegroups.com
to unsubscribe : send email to openwferu-users+unsubscr...@googlegroups.com
more options : http://groups.google.com/group/openwferu-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to