user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
* [PATCH 0/3] migrate git-http-backend to async use
@ 2016-02-25  4:02 Eric Wong
  2016-02-25  4:02 ` [PATCH 1/3] use pipe for git-http-backend output Eric Wong
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Eric Wong @ 2016-02-25  4:02 UTC (permalink / raw)
  To: meta

git-http-backend (and likely other operations) can take a while
before it returns data.  Do not block synchrously on it.

Eric Wong (3):
      use pipe for git-http-backend output
      git-http-backend: start refactoring to use callback
      git-http-backend: start async API for streaming

 lib/PublicInbox/GitHTTPBackend.pm | 90 +++++++++++++++++++++++++--------------
 public-inbox-httpd                | 31 ++++++++++++++
 2 files changed, 88 insertions(+), 33 deletions(-)


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

end of thread, other threads:[~2016-02-25  4:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-25  4:02 [PATCH 0/3] migrate git-http-backend to async use Eric Wong
2016-02-25  4:02 ` [PATCH 1/3] use pipe for git-http-backend output Eric Wong
2016-02-25  4:02 ` [PATCH 2/3] git-http-backend: start refactoring to use callback Eric Wong
2016-02-25  4:02 ` [PATCH 3/3] git-http-backend: start async API for streaming Eric Wong
2016-02-25  4:30   ` [PATCH v2] " Eric Wong
2016-02-25  4:39 ` [PATCH 4/3] git-http-backend: avoid multi-arg print statemtents Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

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).