Caleb Clausen wrote: > Yes. Threads use memory (quite a lot of it, in fact). Mostly this goes > to the thread's stack. Limiting the number of threads saves quite a > bit of memory. I'm not sure there's any improvement in the amount of > cpu time either way, other than perhaps some fewer cache misses > resulting from using less memory. Thanks! I figured this was the case. -- Posted via http://www.ruby-forum.com/.