Project

General

Profile

Actions

Task #164

closed

Replace the Thin web server by a fast CGI connection

Added by Greg Burri about 13 years ago. Updated almost 12 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
Category:
Project platform (Redmine)
Target version:
-
Start date:
04/06/2011
Due date:
% Done:

0%

Estimated time:
keywords:
Platform:

Description

Thin is a bit slow he doesn't gzip content and do not use 304 HTTP code. Replace it with a FCGI described here: https://github.com/klacke/yaws/wiki/Run-Rails-under-Yaws
For the moment (Rack 1.0.1 and Rails 2.3.5) it doesn't work, an exception "BROKEN pipe blabla" is raised as soon as a redmine page is loaded...

I've modified the file /var/www/redmine/app/views/layouts/base.rhtml to load javascript libraries from ajax.googleapis.com instead from Thin to speed up a bit the navigation.

Actions #1

Updated by Greg Burri almost 12 years ago

  • Status changed from Assigned to Rejected

There is no benefits to replace thin, it works well now.

Actions

Also available in: Atom PDF