You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Russ Brucks <Ru...@kfoc.net> on 2003/11/24 18:18:59 UTC

[users@httpd] Page displayed only after all content is loaded?

Recently upgraded to apache2 and have noticed a strange quirk.  It appears
this server is not displaying the page until all processing is complete.  Is
this a configurable option?  I have scoured the apache .conf files and also
my php.ini to no avail.  

The page in question is generated after running a lengthy MySQL query.
While the query processed a simple animated gif in a <div> would display
telling the user to be patient while the query runs.  Using a simple java
script I would hide this <div> once the query has finished processing.
Before upgrading to apache2 this all worked fine.  Now that I'm running
apache2, when I run the query the browser just sits there until the entire
request is processed, then it displays the animated gif for a brief second
before displaying the results.  

Is there a way to configure this server to start displaying the requested
page immediately after the request has been made, as opposed to after the
request has been processed?  That way the animated gif will be on screen
while the query is running.

Thanks in advance for any help offered.  

---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org