Some questions regarding threads and deadlocks

Posted by mousey on Stack Overflow See other posts from Stack Overflow or by mousey
Published on 2010-05-11T01:51:03Z Indexed on 2010/05/11 1:54 UTC
Read the original article Hit count: 217

Filed under:
|
|

will parent process and child process in deadlock if parent is using resource and child will also get same resource ? what if parent contains two threads ? will child also get 2 threads ? how can fork will be thread safe ?

© Stack Overflow or respective owner

Related posts about threads

Related posts about operating