public
Description: New and ultra-turbo-crazy-fast backend for Thin
Homepage: http://code.macournoyer.com/thin/
Clone URL: git://github.com/macournoyer/thin-turbo.git
macournoyer (author)
Fri May 09 13:40:27 -0700 2008
commit  ba8f86c952e337db6e5f079337a1cd7c092151cf
tree    c348a99946698eafbad28868cbb754f4c6e4e470
parent  edab8a1dbcfcd9c70ab912423a69a5f5767dece6
thin-turbo / README
100644 24 lines (16 sloc) 0.588 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
== Thin-Turbo
New and ultra-turbo-crazy-fast backend for Thin
 
=== Installation
 
 sudo gem install thin
 git clone git://github.com/macournoyer/thin-turbo.git
 cd thin-turbo
 rake install
 
=== Usage
 
 thin start -r thin-turbo -b Thin::Backends::Turbo ...
 
=== License
Ruby License, http://www.ruby-lang.org/en/LICENSE.txt.
 
=== Credits
Thin is copyright Marc-Andre Cournoyer <macournoyer@gmail.com>
 
Get help at http://groups.google.com/group/thin-ruby/
Report bugs at http://thin.lighthouseapp.com/projects/7212-thin
and major security issues directly to a team member (see COMMITTERS)