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)
Wed Apr 30 20:42:18 -0700 2008
commit  c1e069fc34f4a5964770375db8b938f4126aa435
tree    f82c0b41384f7dcc3e658b113185dacc15e7c134
parent  75715402dde0955023b07c4ae51a465f2a85ba17
name age message
file .gitignore Wed Mar 26 19:00:01 -0700 2008 Use pool to allocate read buffers [macournoyer]
file COPYING Wed Jan 09 19:29:16 -0800 2008 Add some thing to do [macournoyer]
file README Wed Apr 09 19:26:24 -0700 2008 Fully working as a Thin backend. [macournoyer]
file Rakefile Sat Apr 26 20:47:12 -0700 2008 Fix a couple buffer_test failures [macournoyer]
file TODO Wed Apr 30 13:26:37 -0700 2008 Handle multiple response headers with the same ... [macournoyer]
directory benchmark/ Sat Apr 19 21:40:33 -0700 2008 Add benchmarking script of ebb threaded and seq... [macournoyer]
directory ext/ Wed Apr 30 20:42:18 -0700 2008 Refactor buffer_to_ruby_obj [macournoyer]
directory lib/ Wed Apr 30 19:57:31 -0700 2008 Monkey patch Thin Rails adapter to add a mutex [macournoyer]
directory script/ Fri Apr 25 20:52:32 -0700 2008 Better logging and add some specs [macournoyer]
directory spec/ Wed Apr 30 13:26:37 -0700 2008 Handle multiple response headers with the same ... [macournoyer]
directory tasks/ Wed Apr 09 19:26:24 -0700 2008 Fully working as a Thin backend. [macournoyer]
directory 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 lib/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)