Is there a portable way to exec a file within the apr? I noticed that apr_proc_fork is not portable. I basically want to do the following.
#setup stdin and stdout.
exec("/my file") in a separate process.
#wait for the process.
Steve
Is there a portable way to exec a file within the apr? I noticed that apr_proc_fork is not portable. I basically want to do the following.
#setup stdin and stdout.
exec("/my file") in a separate process.
#wait for the process.
Steve