On Fri, Feb 26, 2010 at 11:29 PM, Geoff Millikan
<gmilli...@t1shopper.com> wrote:
> What order does Apache write the log entries?
>
> I'm assuming that if Apache serves 100 responses all in the same time second
> window (100 responses per second) I suppose it's going to write them in the
> order the response happened and not scramble them up willy-nilly.  In other
> words, although there's 100 log entries all stamped "26/Feb/2010:20:24:25",
> the order they are written in is hopefully the rough order in which they
> were served.

Writing to the log is one of the last things apache normally does. So
yes, the entries will be in roughtly the order they were served, but
not necessarily the order they were received in.

Krist

-- 
krist.vanbes...@gmail.com
kr...@vanbesien.org
Bremgarten b. Bern, Switzerland
--
A: It reverses the normal flow of conversation.
Q: What's wrong with top-posting?
A: Top-posting.
Q: What's the biggest scourge on plain text email discussions?

---------------------------------------------------------------------
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-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to