M
Marc Gravell
As an aside - with some luck it could also elect *not* to start a new
thread until the group's stack is full an needs pumping... then at the
end the primary thread could mop up any groups without threads (or
even share them among the threads that *do* exist, but this is more
complex).
That way, you don't get idling threads for things that you only see
once or twice...
Marc
thread until the group's stack is full an needs pumping... then at the
end the primary thread could mop up any groups without threads (or
even share them among the threads that *do* exist, but this is more
complex).
That way, you don't get idling threads for things that you only see
once or twice...
Marc