Keep-alive with Pipelining (wodHttpDLX)
Hello,
I am wondering if WodHttpd supports Keep-alive with Pipelining.
here's a little article describing how it works and why is important.
https://www.igvita.com/2011/10/04/optimizing-http-keep-alive-and-pipelining/
please let me know. thanks
Keep-alive with Pipelining
this is another page that explains it
https://github.com/igrigorik/em-http-request/wiki/Keep-Alive-and-HTTP-Pipelining
Keep-alive with Pipelining
Hi Paul.
Yes, it does. You should connect manually, and then you can issue as many requests in a row as you wish. wodHttpDLX will send them and wait for responses in a queue, and provide them to you when they are received.
Jasmine.