Looks good. Regards
Rüdiger From: Jeff Trawick [mailto:[email protected]] Sent: Samstag, 21. September 2013 22:07 To: Apache HTTP Server Development List Subject: [PATCH] proxy API to indicate if connection is potentially reusable (for proxy_fcgi) http://people.apache.org/~trawick/check_proxy_connection_reusable_r1.txt proxy_fcgi should only turn on AP_FCGI_KEEP_CONN if it is possible to reuse the connection again. There are several issues to consider in the proxy connection and worker structures to see if the connection is potentially reusable. Is the API in the patch referenced above reasonable? (I'm largely ignorant of any subtleties around reuse.) Also, I'm ignoring the fact that conn->close is hard-coded to 1 elsewhere in mod_proxy_fcgi. Rather than hard code AP_FCGI_KEEP_CONN off to match, I'd rather let this particular mod_proxy_fcgi code do the right thing regardless. TIA! -- Born in Roswell... married an alien... http://emptyhammock.com/
