Hi, > And thanks to whoever mentioned offhand a few weeks ago that they used > threads with shoes a lot... I wouldn't have thought of doing that > but it's improved the responsiveness of my application hugely.
One follow-up on that, in case it's useful: at some point you may want to add some queue system (a locked ruby array can do the job) to ensure no more than X threads run at the same time :) -- Thibaut
