Hi,

I'm developing an application that uses PHP with mod_fcgid, and for
the most of it everything works fine. But there's one feature that is
creating problems: one part of the application is a long running
process and it should show the users information about its progress.
It seems that mod_fcgid is buffering everything even if PHP (5.2.x) is
trying to flush() data. The PHP script doesn't use compression or
output buffering.

Is there a way to selectively disable mod_fcgid's buffering
per-directory or per-file?

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Mod-fcgid-users mailing list
Mod-fcgid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mod-fcgid-users

Reply via email to