Hi all! I was trying to send a (chunked-encoding) answer that was being generated after each chunk of the POST-ed message body was being received. I tried with both the two fcgi modules and cgi, but both seem to buffer output until all POSTed message body was delivered to the application (the fcgi apps just passed back what was generated after the headers were accepted, but not after the body started coming in; the cgi app not even that) So is this the typical way httpd handles communication with a cgi/fcgi content generator? won't alternate write/read in the socket that connect the server with the app? If so, is there any special (3rd party?) module that can change this? any answer/idea or pointer will be greatly appreciated! --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx