rails server stuck in close_wait and requires a re-start once in a while
- by railscoder
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.