Header

  1. View current page

    딥뿔이 자라나는 노트

Profile_image?t=1225424611&type=big
나를 바꾼 똑똑한 생활 습관, 스프링노트 - 여러분도 지금 시작해보세요!
71

mongrel

Restart (USR2) isn't that reliable because of how ruby/rails needs to reload. You should use a full stop/start cycle instead. Once you start doing that and you still get no response then run strace on the mongrel process to see what it's doing. It's most likely that you have a library that's messing things up.

 

Also, don't use pstore, don't set Logger to rotate, don't do file locking, and don't use a crappy DNS.

- http://www.ruby-forum.com/topic/97043

 

 

History

Last edited on 06/25/2007 00:02 by deepblue

Comments (0)

You must log in to leave a comment. Please sign in.