Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

fork, what does it do?

Status
Not open for further replies.

SuperUnix

Programmer
Mar 5, 2002
1
IL
i have a very big problem!
every time i call fork() in my program, the function pthread_cond_wait(), that should be in state of stack( until she will be release ), is exit, causing
problem to my program.
Does someone know's why, or what should i do to avoid this( maybe to use other function then fork or pthread_cond_wait() )
Thanks ahead
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top