On 12/17/07, David Roundy <[EMAIL PROTECTED]> wrote: > > Any suggestions how to go about doing this? I quick look suggests that > libcurl can't handle http pipelining, and that no haskell HTTP library does > so. The only library I can find that does seem to support it is libwww, > which looks like a real pain to use. >
I spent a few hours trying to implement this in darcs a few months ago, by using multiple Haskell threads in combination with Network.HTTP to simulate pipelining. I don't remember where I got stuck anymore, and I don't even know if that approach makes any sense to begin with. Cheers, Tim -- Tim Chevalier * catamorphism.org * Often in error, never in doubt "When nothing remains of me, / Not a particle, / I shall sparkle in the footnote of an article." -- Daniel Aaron _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
