Comment on Using GDB to inspect a running Ruby processComments−IsTom13yAnd you better know that. Once I had to do this and comment out a "winsocks workaround" in RTS because it would hang ruby process from time to time. 100% core use per process is bad for production systems.−kristianp13yRTS = realtime strategy? Sorry I'm not up with the latest acronyms.−IsTom13yRuntime system.
Comments
And you better know that. Once I had to do this and comment out a "winsocks workaround" in RTS because it would hang ruby process from time to time. 100% core use per process is bad for production systems.
RTS = realtime strategy? Sorry I'm not up with the latest acronyms.
Runtime system.