unofficial mirror of meta@public-inbox.org
 help / color / mirror / Atom feed
* [PATCH 0/2] http: start migrating to pull-based I/O
@ 2016-05-21  3:03 Eric Wong
  2016-05-21  3:03 ` [PATCH 1/2] http: reduce over-buffering for getline responses Eric Wong
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Eric Wong @ 2016-05-21  3:03 UTC (permalink / raw)
  To: meta

There'll be more conversions coming, but this should decouple
some of our PSGI code from Danga::Socket internals while also
providing better backpressure handling inside PublicInbox::HTTP
to avoid excessive buffering.

Eric Wong (2):
      http: reduce over-buffering for getline responses
      mbox: switch generation over to pull model

 lib/PublicInbox/Git.pm  |   2 +
 lib/PublicInbox/HTTP.pm |  26 ++++++--
 lib/PublicInbox/Mbox.pm | 157 +++++++++++++++---------------------------------
 3 files changed, 74 insertions(+), 111 deletions(-)


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-05-21  5:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-21  3:03 [PATCH 0/2] http: start migrating to pull-based I/O Eric Wong
2016-05-21  3:03 ` [PATCH 1/2] http: reduce over-buffering for getline responses Eric Wong
2016-05-21  3:03 ` [PATCH 2/2] mbox: switch generation over to pull model Eric Wong
2016-05-21  4:43 ` [PATCH 4/1] unsubscribe: prevent decrypt from showing random crap Eric Wong
2016-05-21  5:31 ` [PATCH] localize $/ in more places to avoid potential problems Eric Wong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).