Ok, I didn't get any replies, but I finally figured it out.
When forking off a process, I simply closed STDOUT in the child.
When the parent exited, the browser quit loading.
WOO HOO!
-Mike
Earlier, I wrote:
>
> All:
>
> I have a CGI script which forks off a new process to perform lengthy
>
- Original Message -
From: "Mike Miller [EMAIL PROTECTED] X"
> I have a CGI script which forks off a new process to perform lengthy
> operations, and then uses the parent to display a short message in
> the browser indicating that the process has begun.
>
> However, I'm fi
> "Mike" == Mike Miller <[EMAIL PROTECTED]> writes:
Mike> All:
Mike> I have a CGI script which forks off a new process to perform lengthy
Mike> operations, and then uses the parent to display a short message in
Mike> the browser indicating that the process has begun.
Mike> However, I'm fi