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
Search Repo:
macournoyer (author)
Fri May 09 13:40:27 -0700 2008
commit  ba8f86c952e337db6e5f079337a1cd7c092151cf
tree    c348a99946698eafbad28868cbb754f4c6e4e470
parent  edab8a1dbcfcd9c70ab912423a69a5f5767dece6
name age message
folder .gitignore Wed Mar 26 19:00:01 -0700 2008 Use pool to allocate read buffers [macournoyer]
folder COPYING Wed Jan 09 19:29:16 -0800 2008 Add some thing to do [macournoyer]
folder README Fri May 09 13:40:27 -0700 2008 Add some doc and remove some debug code [macournoyer]
folder Rakefile Sat Apr 26 20:47:12 -0700 2008 Fix a couple buffer_test failures [macournoyer]
folder TODO Fri May 09 13:40:27 -0700 2008 Add some doc and remove some debug code [macournoyer]
folder benchmark/ Sat Apr 19 21:40:33 -0700 2008 Add benchmarking script of ebb threaded and seq... [macournoyer]
folder ext/ Fri May 09 13:40:27 -0700 2008 Add some doc and remove some debug code [macournoyer]
folder lib/ Fri May 09 13:40:27 -0700 2008 Add some doc and remove some debug code [macournoyer]
folder script/ Fri Apr 25 20:52:32 -0700 2008 Better logging and add some specs [macournoyer]
folder spec/ Wed Apr 30 13:26:37 -0700 2008 Handle multiple response headers with the same ... [macournoyer]
folder tasks/ Wed Apr 09 19:26:24 -0700 2008 Fully working as a Thin backend. [macournoyer]
folder test/ Tue Apr 29 20:07:08 -0700 2008 Initial work on using queue for getting free co... [macournoyer]
README
== 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)