You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Stefan Eissing <st...@greenbytes.de> on 2016/04/19 17:47:36 UTC

bucket beams

I wrote a small post about the new h2_bucket_beam feature in the latest mod_http2.

https://icing.github.io/mod_h2/beams.html

Basically it's my solution to apr_bucket transport across threads without buffer copy. It is almost completely h2 agnostic, so if someone else has that use case, we could consider making it a server utility after some maturing.

Cheers,

Stefan