Cool my processes are blocking and here is what $ netstat -anp is giving me:
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name [...] tcp 1239 0 10.0.0.2:3100 10.0.0.1:36186 CLOSE_WAIT - tcp 1 0 10.0.0.2:3100 10.0.0.1:48261 CLOSE_WAIT - tcp 1107 0 10.0.0.2:3100 10.0.0.1:48286 CLOSE_WAIT - tcp 1239 0 10.0.0.2:3100 10.0.0.1:36192 CLOSE_WAIT - tcp 1152 0 10.0.0.2:3100 10.0.0.1:36189 CLOSE_WAIT - tcp 1152 0 10.0.0.2:3100 10.0.0.1:36195 CLOSE_WAIT [...] Here is my setup, which I admit might be a bit overkill: 10.0.0.1 is a Virtual Machine that runs Nginx which proxy_passes requests to 10.0.0.2 which is another Virtual Machine where my Rails app is running. For some reason connection between these two is crapping out on me. Any idea why that would happen? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

