Displaying 2 results from an estimated 2 matches for "testuri".
Did you mean:
test_uri
2006 Aug 26
0
Mongrel 0.3.13.4 Pre-Release -- Ruby's LEAK Fixed (Death To Mutex!)
...9;s my fish
code):
while sleep 1
ps aux | grep mongrel_rails | grep -v grep | grep -v gvim | ruby -aln
-e "puts split[4 .. 5].join('','')"
end
4) Thrash a simple rails controller with httperf:
httperf --server 127.0.0.1 --port 3000 --num-conns 1000 --rate 120
--uri /testuri
What you want to do is adjust num-conns and rate until Mongrel reports
"X threads waiting for /testuri..."
The bug only manifests itself when threads pile up behind the guard
around Rails dispatching. This is also how you''d find out which Rails
actions are too slow.
Please r...
2006 Nov 04
19
Mongrel 0.3.13.4 Pre-Release -- Ruby''s LEAK Fixed (Death To Mutex!)
...9;s my fish
code):
while sleep 1
ps aux | grep mongrel_rails | grep -v grep | grep -v gvim | ruby -aln
-e "puts split[4 .. 5].join('','')"
end
4) Thrash a simple rails controller with httperf:
httperf --server 127.0.0.1 --port 3000 --num-conns 1000 --rate 120
--uri /testuri
What you want to do is adjust num-conns and rate until Mongrel reports
"X threads waiting for /testuri..."
The bug only manifests itself when threads pile up behind the guard
around Rails dispatching. This is also how you''d find out which Rails
actions are too slow.
Please r...