In <[EMAIL PROTECTED]>, on 07/13/06 
   at 03:15 PM, Arjun Datta <[EMAIL PROTECTED]> said:

>The problem is that since apache waits for the entire request to come 
>through before passing on the page to the client, the "please wait" 
>message is never displayed.  

You might try setting the variable $| to 1 to turn on the autoflush in the
script.  I haven't tested if that will force the html to flush, though. 
Setting $| not equal to 0 turns on the autoflush after write.  Setting it
back to 0 will turn it back off.


-- --------------------------------------------------------
John B. Sandlin    [EMAIL PROTECTED]
-- --------------------------------------------------------


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to