ACGI Timeout again
ACGI Timeout again
- Subject: ACGI Timeout again
- From: Reg Cheramy - mBase <email@hidden>
- Date: Thu, 20 Sep 2001 16:32:34 -0600
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.
>
>
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?