[ANN] net-http-persistent 1.4.1 Released

C

Clifford Heath

Eric said:
net-http-persistent version 1.4.1 has been released!

Nice one, Eric!

Just a quick question: Does this support pipelining?
Meaning where I can fire off a request, and before
waiting for a response, fire off another one, then
read both responses (or auto-fire the second one again
if the server dropped it)?

If it doesn't support pipelining, would that require
an API change, or just an implementation detail?

I've always wondered why browsers didn't make more use
of pipelining, it's a great way to reduce latency.

Clifford Heath.
 
C

Clifford Heath

Bump?

Clifford said:
Nice one, Eric!

Just a quick question: Does this support pipelining?
Meaning where I can fire off a request, and before
waiting for a response, fire off another one, then
read both responses (or auto-fire the second one again
if the server dropped it)?

If it doesn't support pipelining, would that require
an API change, or just an implementation detail?

I've always wondered why browsers didn't make more use
of pipelining, it's a great way to reduce latency.

Clifford Heath.
 
C

Clifford Heath

Mike said:
If you're looking for multiple concurrent HTTP connections, take a look at
Paul Dix's typhoeus: http://github.com/pauldix/typhoeus

Cool project, but not what I mean.

Pipelining means sending more than one HTTP request down the socket
at a time, before reading back the first response. It's a way to
reduce TCP latencies, beyond keep-alive.

Clifford Heath.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,470
Messages
2,571,809
Members
48,797
Latest member
PeterSimpson
Top