Don't flush or print/echo too often. This generates many fragmented tcp-ip
packets
(causing the behaviour you observe). The fastest method is probably
store the accumulated HTML data in a variable and print the variable every
100 rows or so.

Regards, John

"Soeren Nielsen" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi Stefano
>
> I don't know if this is what you are looking for.
> Take a look at the flush() function which should bring output faster to
> the browser.
>
> Hope it help
>
> Cheers
> Soeren
>
> ----- Original Message -----
> From: "Stefano" <[EMAIL PROTECTED]>
> > The question is: there are some variable configuration in Apaches or
> some
> > tips to use in the PHP code for fastening the replay? (For exaple i
> faund
> > that in a PHP page that display a FORM, the displaing time is smaller
> if I
> > do some calculation in the code than if I don't use it)
>
>
>



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to