Displaying 1 result from an estimated 1 matches for "msg01734".
2006 Oct 06
3
Mongrel is crashing under heavy loads
...g 8.1.4 backend.
We are on the verge of going live with our site and I am stress
testing the server.
What we are seeing is under heavy loads, our mongrels will seg fault
and die one by one.
Following the advice in a previous thread (http://www.mail-
archive.com/mongrel-users at rubyforge.org/msg01734.html),
I installed mongrel 0.3.13.5, but the problem remains
The line in particular that appears to be breaking is:
$mongrel_sleeper_thread = Thread.new { loop { sleep 1 } }
Found at line 274 of configurator.rb
I do have a core file, but I''m not really proficient with gdb.
I can s...