From: Mr Balla Date: 2009-12-12T12:07:30+09:00 Subject: Unicorn Server questions First is regarding the the "listen" configuration option. Why is this option important? What can I do once a worker is set up to listen on a port? I do not really see the need of this unless.... What I am really trying to do is check each worker processes backlog and if it exceeds some arbitrary number I can tell my load balancer to mark that machine down. Is this even possible? From within in Rails (or anyway) is there a way for me to check on the current state of Unicorn? Can you please point me in the right direction as I am having problems finding any good information on these topics. Thanks!!! -- Posted via http://www.ruby-forum.com/.