Re: ACGI Timeout again
Re: ACGI Timeout again
- Subject: Re: ACGI Timeout again
- From: christian vick <email@hidden>
- Date: Fri, 21 Sep 2001 11:32:34 +0200
on 21.09.2001 1:10 Uhr, Reg Cheramy at email@hidden wrote:
>
I'm getting desperate. Is there no way for an applescript acgi NOT to
>
timeout after 60 seconds?
>
>
SOMEONE HELP!!!! PLEASE!!!
>
>
> Subject: acgi timeout
>
> From: Reg Cheramy <email@hidden>
>
>
>
> I've got an Applescript CGI that calls a script based on paramters passed to
>
> it. The called script then performs a number of actions. Upon completion,
>
> the acgi sends a response to the machine that called the acgi with the
>
> results.
>
>
>
> In this case it's a machine to machine communication. The acgi times out at
>
> 60 seconds not matter what I do. I am using apple web sharing... but have
>
> also tried mac http.... setting the timeout for mac http has no effect.
How long needs the CGI to complete?
>
> I need to be able to define how long the acgi takes before it times out.
>
> There is very little information available on the web and I'm at a loss.
>
>
>
> I'd prefer to keep the acgi connection open for the term of the function
>
> requested.
>
>
>
> I've tried to add the with timeout function without success. Any ideas on
>
> how to extend the term in which the acgi will wait for before timing out?
There is maybe a problem with returning result from the second script to the
acgi!? How do you call the second script? Why do you call a second script,
why not performing the task directly in the acgi?
Greetings
cris