I've tried putting this at the start of my scripts.  However the page still
only appears when the script has completed.  

What else might I need to do?
Or should that be 
What else might I be doing wrong?

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: 07 November 2001 10:08
To: [EMAIL PROTECTED]
Subject: Re: CGI un-buffered


Have you tried:

  $| = 1;              # Force fflush of output

It did the job for me once.
TommyGun.

-----Original Message-----
>From : Tim Keefer <[EMAIL PROTECTED]>
To : [EMAIL PROTECTED]
Date : 05 November 2001 18:04:31
Subject : CGI un-buffered
Does anyone know how to un-buffer the output from a cgi script? I have a 
>process that is started from a cgi script which takes a while to complete 
>and I periodically need to output a character to browser to keep it from 
>timing out.
>Thanks
>Tim
>
>
>-- 
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>


----------
Personalise your email address at http://another.com
THINK: your slogan or email address on a gorgeous mousemat
CLICK HERE http://another-shop.com

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to