On Thu, Feb 26, 2015 at 08:10:38PM +0700, Duy Nguyen wrote:

> On Thu, Feb 19, 2015 at 2:14 AM, Jeff King <p...@peff.net> wrote:
> > Where I really need help now is in the "ideas" page:
> >
> >   http://git.github.io/SoC-2015-Ideas.html
> 
> Is this too ambitious for a summer? I suspect the answer is yes, but anyway..
> 
> Due to http limitations and stateless decision, a lot of data is sent
> back and forth during have/want negotiation for smart-http. I wonder
> if we could implement the "long polling" scheme in a CGI program. The
> program terminates HTTP requests and recreates a full duplex
> connection for upload-pack to talk to the client. upload-pack falls
> back to the normal mode, used by git:// and ssh://.

So basically Git-over-TCP-over-HTTP? :)

That would be a nice thing to have, though looking over the BOSH link
(which this is my first exposure to), it does look rather complicated.
It's not clear to me how easily one could plug in an existing tunneling
solution, and just stick git programs at the endpoints (in other words,
let that solution manage all of the connection state and just present a
socketpair() to git).

I'm not sure it is too ambitious in terms of actual implementation time,
but I think the design work may exceed what most students are capable
of.

-Peff
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to