I'm ending up reducing how much threads get used quite a bit recently
in response to feedback on other fronts, so I don't think there will
ever be more than one running at once right now.
On Mar 22, 2009, at 5:26 AM, Thibaut Barrère wrote:
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