How can I serve requests concurrently with Rails 4?

后端 未结 3 1544
感动是毒
感动是毒 2020-12-08 01:03

I\'m trying to serve multiple requests concurrently in Rails 4, something I was able to do very easily with config.threadsafe! and Puma in Rails 3.

3条回答
  •  既然无缘
    2020-12-08 01:13

    you can try unicorn this is very simple in development mode:

    http://dave.is/unicorn.html

提交回复
热议问题