Maicon Schelter - 2015-03-10

About config QS_SrvMinDataRate I have a problem. I have a web application used by many users from differents IP's. In my application I use Apache 2.2 and PHP 5.2, mod_qos 11.11. In my configuration I have QS_SrvMinDataRate 150 1200 400. When I use PHP flush recurse and my Apache have more 400 connections, my request are shutdown by mod_qos because the traffic of these flush have a any sizes (inctx->nbytes / sconf->qs_req_rate_tm).

But, if the connection has been established between client and server, and if client send data to server, and server was processing these data and sent responses to client in flush mode, I believe mod_qos verify this and do not shutdown these client socket.

Was predicted the use of flush responses between server and client at mod_qos?

Thanks so much!