[–] kylec 17y ago ↗ Does this support HTTP pipelining? I've been looking for a way to efficiently retrieve several pages from the same sever simultaneously, and from what I've read pipelining is the best way to go; I just don't know if it's possible in PHP. [–] raamdev 17y ago ↗ HTTP pipelining support was added in curl and libcurl 7.16.0:http://freshmeat.net/projects/curl/?branch_id=1612&relea...So it should work with PHP as well.
[–] raamdev 17y ago ↗ HTTP pipelining support was added in curl and libcurl 7.16.0:http://freshmeat.net/projects/curl/?branch_id=1612&relea...So it should work with PHP as well.
2 comments
[ 4.7 ms ] story [ 27.5 ms ] threadhttp://freshmeat.net/projects/curl/?branch_id=1612&relea...
So it should work with PHP as well.