Nested Threads?

Posted by Olaseni on Stack Overflow See other posts from Stack Overflow or by Olaseni
Published on 2010-03-25T16:50:59Z Indexed on 2010/03/25 16:53 UTC
Read the original article Hit count: 416

Filed under:
|

What are the rules regarding spawning new threads within other running threads? I have a C# app that handles two basic threads in the background. I recently introduced some heavy duty IO stuff, and I was thinking of setting them off inside threads. Are threads nested within themselves cool?

© Stack Overflow or respective owner

Related posts about threads

Related posts about nested