is it true that it is better to run multiple instances of ruby scripts than doing multiple threads for ruby < 1.9 ?
I would like some tools or approaches to measure how much bandwith, cpu, memory is being used by each instances of ruby script (ex. a web spider).
The goal here is trying to see the maximum number of ruby scripts that can run on my ubuntu web server. Multiple users will be running the script.
basically i have an app which can launch multiple instances of ruby script. multiple users use this app. so i need to figure out a threshold.