ry / ebb fork watch download tarball
public this repo is viewable by everyone
Description: web server
Homepage: http://ebb.rubyforge.org
Clone URL: git://github.com/ry/ebb.git
oops - commited a bit of debug code
Ryan Dahl (author)
2 months ago
commit  75f68f9db72c1181a59f43a5dd9a04388918d068
tree    0fb884a7e079cdfa3f672f2101270e2572c8f50a
parent  9d780efaa4771ddf4f3fda30f7353188aaafa0e3
...
19
20
21
22
 
23
24
25
...
19
20
21
 
22
23
24
25
0
@@ -19,7 +19,7 @@ trials = {
0
     [i, "ab -t 3 -q -c 50 http://0.0.0.0:PORT/bytes/#{bytes}"]
0
   },
0
   'wait_fib' => [1,20,40,60,80,100].map { |c|
0
- [c, "ab -t 3 -q -c #{c} http://0.0.0.0:PORT/periodical_activity/fibonacci/20}"]
0
+ [c, "ab -t 3 -q -c #{c} http://0.0.0.0:PORT/periodical_activity/fibonacci/20"]
0
   },
0
   'post_size' => [0.1,1,5,7,10,15,18,20,23,25,30,35,37,40,45,50].map { |l|
0
     size = (l * 1024).to_i
...
106
107
108
109
110
 
111
112
113
...
106
107
108
 
 
109
110
111
112
0
@@ -106,8 +106,7 @@ module Ebb
0
     end
0
     
0
     def process_client(client)
0
- puts "Request: #{client.env.inspect}\n"
0
-
0
+ #puts "Request: #{client.env.inspect}\n"
0
       begin
0
         status, headers, body = @app.call(client.env)
0
       rescue

Comments

    No one has commented yet.