On Wed, Jan 20, 2010 at 12:52 PM, Tyler Littlefield <[email protected]> wrote:

> um, fork? fork creates a second process, not spawns a specific one...

The way to use fork for this scenario is to fork the process and then
use one of the exec...() functions to run the script in the child
process.

-- Brett
------------------------------------------------------------
"In the rhythm of music a secret is hidden;
    If I were to divulge it, it would overturn the world."
               -- Jelaleddin Rumi

Reply via email to