Eric Wong <[email protected]> wrote:
> This will lookup git blobs from associated git source code
> repositories.  If the blobs can't be found, an attempt to
> "solve" them via patch application will be performed.

Still working on this... applying a 50+ patches (via index)
can take over a second on a decent machine (so several seconds
on a cheap VPS).  Totally unacceptable with _other_ clients.

So it needs to be broken out similar to how giant mbox streaming
is implemented...

It won't make the actual response faster, but it keeps things
fair to other clients.

Unlike the getline-based stuff; I can't do this in a
PSGI-generic manner while returning proper HTTP status codes.
So the current implementation remains for generic PSGI use; but
I'll be reusing the public-inbox-httpd-specific scheduling stuff
used for fronting git-http-backend...
--
unsubscribe: [email protected]
archive: https://public-inbox.org/meta/

Reply via email to