Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jun 2004 11:59:38 +0100
From:      "Chris Stenton" <jacs@gnome.co.uk>
To:        <current@freebsd.org>
Subject:   pthread - fork - execv problem
Message-ID:  <005b01c4577e$d8e998e0$4b7ba8c0@gnome.co.uk>

next in thread | raw e-mail | index | archive | help
I am trying to help port over an app thats posix threaded. One thread uses
fork and execv to start a child programme in this case an mp3 player.
However, under FreeBSD-5.2.1, the execv causes all the threads in the parent
process to be blocked until the child process returns. Is there a mechanism
to get around this.

Thanks


Chris




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?005b01c4577e$d8e998e0$4b7ba8c0>