Chris Hutchinson writes:
> Avoids much work in httpd, and allows user to hang up web connection and
> return later to continue viewing status.
We used to do this, but found it more complex (more protocols and
server types) than simply letting Apache/mod_perl handle the job. I
guess this depends
p web connection and
return later to continue viewing status.
- Chris
> -Original Message-
> From: Mike P. Mikhailov [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, 22 January 2002 6:04 PM
> To: eCap
> Cc: [EMAIL PROTECTED]
> Subject: Re: Forking another process in Apache?
>
Hello eCap,
Monday, January 21, 2002, 10:45:37 PM, you wrote:
e> A newbie question here...
e> I have a requirement to spin off a SQL loader process after a web page (a
e> form which is qualified and accepted) has been submitted. Does it make
e> sense, or more importantly, is it dangerous to app
> I have a requirement to spin off a SQL loader process after a web page
(a
> form which is qualified and accepted) has been submitted. Does it
make
> sense, or more importantly, is it dangerous to apply a "fork" at the
end of
> a module such as this:
You're probably better off using a cleanup h