hadashboard icon indicating copy to clipboard operation
hadashboard copied to clipboard

Use not Webrick

Open Dianoga opened this issue 10 years ago • 2 comments

I'm not all that familiar with Ruby, but the general consensus I've seen is that webrick isn't good. Heroku recommends Unicorn (https://devcenter.heroku.com/articles/rails-unicorn).

It looks like it shouldn't be too hard to setup, but I could be wrong there.

Dianoga avatar Sep 30 '14 13:09 Dianoga

Passenger might be another option. I'll keep this on the backburner, since webrick seems to work fine for now.

FlorianZ avatar Sep 30 '14 17:09 FlorianZ

Heroku may also be using Thin. The git commit dialog talks about webrick, but the actual logs make it look like thin.

Probably doesn't matter as long as things keep working.

Dianoga avatar Sep 30 '14 17:09 Dianoga