I had this exact same problem. I *think* I've tracked down the source: a memory-leaking plugin. In any case Mongrel had nothing to do with it, it was my Rails app.

Op 10-mrt-2007, om 18:37 heeft Eric Dean het volgende geschreven:


I had posted a thread couple of weeks ago whereby mongrel just mysteriously stops interacting with my application after an idle period...usually less than 8 hours.
http://rubyforge.org/pipermail/mongrel-users/2007-February/002908.html

I had hoped this would go away after a few upgrades but to know avail. Interestingly, the process does not die...it still accepts HTTP requests but does not respond...just sits there deaf. I do a cluster::stop and start and we're back in action.

There is nothing at the tail of mongrel_log..and when I make new connections..nothing gets appended

The answers to the previously asked questions are as follows:
1) We do not rotate logs (yet) so we don't use ruby to rotate

2) ruby script/about
About your application's environment
Ruby version                 1.8.5 (i686-linux)
RubyGems version             0.9.1
Rails version                1.2.0
Active Record version        1.14.4
Action Pack version          1.12.5
Action Web Service version   1.1.6
Action Mailer version        1.2.5
Active Support version       1.3.1
Edge Rails revision          175
Application root             /home/webapp/visualcareers_3_7
Environment                  development
Database adapter             mysql
Database schema version      44

3) cat config/database.yml

development:
  adapter: mysql
  database: server_development
  username: ******
  password: ******
  host: my.server.com

test:
  adapter: mysql
  database: server_test
  username: ******
  password: ******
  host: localhost

production:
  adapter: mysql
  database: server_production
  username: ******
  password: ******
  host: localhost
_______________________________________________
Mongrel-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/mongrel-users

--
www.gomagazine.nl +31643904460 pobox 51059 nl-1007eb amsterdam


Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Mongrel-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/mongrel-users

Reply via email to