]> Sergey Matveev's repositories - public-inbox.git/commit
mbox: switch generation over to pull model
authorEric Wong <e@80x24.org>
Sat, 21 May 2016 03:03:17 +0000 (03:03 +0000)
committerEric Wong <e@80x24.org>
Sat, 21 May 2016 03:06:07 +0000 (03:06 +0000)
commit97d3489257811dad5381ca8b114d1b0c45554a20
treee594a59732abed2e3512ad79205be030fccbff07
parent21cea5b3a662e66e69064456a1fec348f0834f64
mbox: switch generation over to pull model

This allows us to easily provide gigantic inboxes
with proper backpressure handling for slow clients.

It also eliminates public-inbox-httpd and Danga::Socket-specific
knowledge from this class, making it easier to follow for
those used to generic PSGI applications.
lib/PublicInbox/Git.pm
lib/PublicInbox/Mbox.pm