You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by 曾恕康 <Ch...@itri.org.tw> on 2004/09/16 06:13:06 UTC

[users@httpd] Http pipeline format or example

Hi,

Now I want to generate the Http pipeline multi request packet.
But I do not know the actually format.
Who can help me?

I would like the format and example.
For example, How can I use Get for two or more URL?

Thank you very much

-Jason 

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Http pipeline format or example

Posted by Joshua Slive <js...@gmail.com>.
On Thu, 16 Sep 2004 12:13:06 +0800, 曾恕康 <ch...@itri.org.tw> wrote:
> Hi,
> 
> Now I want to generate the Http pipeline multi request packet.
> But I do not know the actually format.
> Who can help me?
> 
> I would like the format and example.
> For example, How can I use Get for two or more URL?

I'm not much of an expert in this, but I don't think it is all that
complicated in theory.  The client just sends th requests as usual
(for persistent connections) but does not wait for the server response
before sending the next request.  See:
http://www.w3.org/Protocols/rfc2616/rfc2616-sec8.html#sec8.1

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org