Re: [users@httpd] Order of requests

2012-09-10 Thread Abhishek Chanda
Thanks! On Mon, Sep 10, 2012 at 1:57 PM, Eric Covener wrote: > On Mon, Sep 10, 2012 at 4:41 PM, Abhishek Chanda > 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

Re: [users@httpd] Order of requests

2012-09-10 Thread Eric Covener
On Mon, Sep 10, 2012 at 4:41 PM, Abhishek Chanda 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 on

[users@httpd] Order of requests

2012-09-10 Thread Abhishek Chanda
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 --