[Mono-dev] Nagle and NoDelay for HttpWebRequest

Avery Pennarun apenwarr at gmail.com
Fri Apr 10 22:10:59 EDT 2009


On Fri, Apr 10, 2009 at 10:08 PM, M. David Peterson <xmlhacker at gmail.com> wrote:
> On Fri, Apr 10, 2009 at 3:17 PM, Avery Pennarun <apenwarr at gmail.com> wrote:
>> Plus, if you could batch multiple requests into each request, that
>> would be even better still.
>
> That's already supported via the Pipelined property of HttpWebRequest. Or am
> I misunderstaning what you're referring to?

Even if this is supported, the client has to enqueue multiple requests
simultaneously or there's nothing the library can do.  So by "you" I
mean the application itself needs to do some work here.

Have fun,

Avery


More information about the Mono-devel-list mailing list