> On Feb 26, 2016, at 12:06 PM, Stefan Eissing <stefan.eiss...@greenbytes.de> > wrote: > > - And: it could be done for mod_proxy_http, too! I see no reason why a > single > thread cannot use pollsets to juggle a couple of http/1.1 backend > connections > on top of a http/2 master connection. >
I've been digging into how we could better leverage serf on the mod_proxy side w/o going the route of mod_serf itself... Agreed that using pollsets et.al. would be useful. Maybe some of the motorz mpm logic could be used by mod_proxy...?