Hi Ilya M. Slepnev, you wrote:
> Hi Dmitry,
> 
> What about adding "if (request) " at the beginning of the
> "flush_result = FCGX_FFlush(request->out);" string? You see, you have
> to do that call, because else you are not flushing at all in fastcgi
> mode at all!-)

Yes, it now makes fcgi flush it's data down the socket [1],
but apaches filter brigade still keeps buffering for me (I'm
using Apache2 with mod-fcgid), even if I set OutputBufferSize
to 0.  I'll have another look at it, when I've got some time.


[1] http://dev.iworks.at/PATCHES/bug_34429_fcgi_flush.diff.txt


Regards,
-- 
Michael - <mike(@)php.net> http://dev.iworks.at/ext-http/http-functions.html.gz

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to