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:
Add benchmarking script of ebb threaded and sequential
macournoyer (author)
Sat Apr 19 21:40:33 -0700 2008
commit  1751ab72a7807cdf237da1219732397df7af1b93
tree    cb619e818408b118be269c813bd9e2b1654e5d8f
parent  00835e5882994d03a58a89469563a7a8c0cd99cd
...
4
5
6
7
8
 
 
9
10
11
...
4
5
6
 
 
7
8
9
10
11
0
@@ -4,8 +4,8 @@ class Benchmarker
0
   PORT = 7000
0
   ADDRESS = '0.0.0.0'
0
   TMP_POST_FILE = "/tmp/bench-post-file"
0
- # SERVERS = %w(mongrel ebb thin thin-turbo)
0
- SERVERS = %w(ebb thin-turbo)
0
+ # SERVERS = %w(mongrel ebb-seq ebb-thread thin thin-turbo)
0
+ SERVERS = %w(ebb-seq ebb-thread thin-turbo)
0
   
0
   def initialize(method, range, options={})
0
     @method = method

Comments

    No one has commented yet.