You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Abhishek Chanda <ab...@gmail.com> on 2012/09/10 22:41:12 UTC

[users@httpd] Order of requests

Hi all,

Is it guaranteed that Apache will serve requests in the order they
arrive? Specifically, if a request GET fileA arrives and the GET fileB
arrives, is it guaranteed that the first request will be served before
the second one?
I could not find any RFC that addresses this.

Thanks

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Order of requests

Posted by Abhishek Chanda <ab...@gmail.com>.
Thanks!

On Mon, Sep 10, 2012 at 1:57 PM, Eric Covener <co...@gmail.com> wrote:
> On Mon, Sep 10, 2012 at 4:41 PM, Abhishek Chanda
> <ab...@gmail.com> wrote:
>> Hi all,
>>
>> Is it guaranteed that Apache will serve requests in the order they
>> arrive? Specifically, if a request GET fileA arrives and the GET fileB
>> arrives, is it guaranteed that the first request will be served before
>> the second one?
>> I could not find any RFC that addresses this.
>
> No, but if they're pipelined on the same connection they'll be handled in order.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Order of requests

Posted by Eric Covener <co...@gmail.com>.
On Mon, Sep 10, 2012 at 4:41 PM, Abhishek Chanda
<ab...@gmail.com> wrote:
> Hi all,
>
> Is it guaranteed that Apache will serve requests in the order they
> arrive? Specifically, if a request GET fileA arrives and the GET fileB
> arrives, is it guaranteed that the first request will be served before
> the second one?
> I could not find any RFC that addresses this.

No, but if they're pipelined on the same connection they'll be handled in order.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org