rails server stuck in close_wait and requires a re-start once in a while
Posted
by railscoder
on Stack Overflow
See other posts from Stack Overflow
or by railscoder
Published on 2010-05-08T13:04:29Z
Indexed on
2010/05/08
13:08 UTC
Read the original article
Hit count: 236
I have a rails webapp which internally connects to another request server. At times , ruby process gets stuck in close_wait state and stop responding and needs a restart. i guess this happens only when the request server which the rails app connects to is restarted. But am not completely sure of it. Any help appreciated on how should i go about debugging this issue. Thanks.
© Stack Overflow or respective owner