You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by "William A. Rowe, Jr." <wr...@rowe-clan.net> on 2001/07/16 23:29:36 UTC

Thread pools and cleanups...

Just to sharpen my knowledge here... if the thread calls fork(), we end up
running the single, calling thread.  The other thread's cleanups are tossed 
unless they are still decended from the parent pool.  This would be badness.

So, if I'm not mistaken, we cannot introduce thread-pools that aren't rooted
in the parent.

Bill