Re: status note for scripts that run a long time
From: Kevin Thorpe (kevin_at_pricetrak.com)
Date: 03/25/04
- Next message: Egon Schneider: "PHP forum / external login"
- Previous message: Alvaro G Vicario: "Re: status note for scripts that run a long time"
- In reply to: Alvaro G Vicario: "Re: status note for scripts that run a long time"
- Next in thread: Guillaume Brocker: "Re: status note for scripts that run a long time"
- Reply: Guillaume Brocker: "Re: status note for scripts that run a long time"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 25 Mar 2004 11:07:50 +0000
Alvaro G Vicario wrote:
> *** lars knut wrote/escribió (25 Mar 2004 02:17:35 -0800):
>
>>So I wonder if there's a way to tell the user, that the script is still
>>running and he's got to wait.
>
>
> In this situation, I normally use "echo"'s:
>
> echo "Processing row #" . $row_nr;
I've tried that but Apache caches the php output and it all appears
together at the end. Is there any way to force buffering off?
- Next message: Egon Schneider: "PHP forum / external login"
- Previous message: Alvaro G Vicario: "Re: status note for scripts that run a long time"
- In reply to: Alvaro G Vicario: "Re: status note for scripts that run a long time"
- Next in thread: Guillaume Brocker: "Re: status note for scripts that run a long time"
- Reply: Guillaume Brocker: "Re: status note for scripts that run a long time"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|