Search results

  1. T

    Stray rails processes

    Debugging with gdb has pointed me in the right direction. Thanks for your help.
  2. T

    Stray rails processes

    Change of plans. At the moment I have have a few Ruby-lsapi processes that are using cpu and memory and a mysql connection open. Mysql shows that the connection has been idle for 15+ minutes now. There are a few processes like this, and when strace'd, they show nothing happening.
  3. T

    Stray rails processes

    I'll have to say sorry for crying wolf on this one. I tried reinstalling the ruby-lsapi gem (just in case it was using the old one) and I managed to get it working from there. I'll stop by if it seems to be causing issues again!
  4. T

    Stray rails processes

    I have a similar issue, where I have ruby-lsapi processes that get spawned, but then stop handling requests. It's started to become an issue, because they hold on to their MySQL connection. At this point, I'm not sure if it's a misconfiguration issue, or some sort of bug. I've got a cron job...
Top