Git development
 help / color / mirror / Atom feed
* http: a non-curl_multi interface?
@ 2009-03-02 13:14 Tay Ray Chuan
  2009-03-02 13:26 ` Daniel Stenberg
  0 siblings, 1 reply; 3+ messages in thread
From: Tay Ray Chuan @ 2009-03-02 13:14 UTC (permalink / raw)
  To: git

HI,

there's been several complaints about how git uses curl, particularly
how it forces one to use curl's multi interface, so I've tried my hand
at implementing a curl interface that doesn't need curl_multi.

This would allow git to work without curl_multi.

The non-curl_multi set of functions are done, and I've also taught
push and http-push --persistent, to force git to behave as though
USE_CURL_MULTI isn't defined.

Do you guys think this would bring any benefits, apart from requiring
the user to use a curl library with the multi interface? Based on what
I read in the docs, this would mean less open/closed connections,
minimized credential prompting (if authentication is required), more
backward compatibility, but it would also mean a possible performance
degradation in git, since all http requests are sequential.

--
Cheers,
Ray Chuan

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

end of thread, other threads:[~2009-03-03 11:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-02 13:14 http: a non-curl_multi interface? Tay Ray Chuan
2009-03-02 13:26 ` Daniel Stenberg
2009-03-03 11:19   ` Tay Ray Chuan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox