flush() not flushing promptly?? PHP and Ubuntu 11.04
I just brought up the same program on my Linode slice and for one thing the send mail is running really slow but that's not really my question. What I can't live with is that it buffers 35 lines before it sends one. I'm ok with this but there are other users of the program and I'm sure they will think something is wrong and bail before the first response from the server. In fact, I'm surprised that the browser didn't time out on the server.
Is there something I can do to configure the server or php.ini to get flush() to do it's thing?