[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] RaQ2 combined-access logs
- Subject: Re: [cobalt-users] RaQ2 combined-access logs
- From: "Michael Zimmermann" <zim@xxxxxxxx>
- Date: Sat Jul 8 06:32:20 2000
From: Robert G. Fisher <rfisher@xxxxxxxxxxxxxxx>
[about a separate logfile for each site compared
to one combined log for the whole httpd]
> Curious, what exactly about this approach is it that you like?
httpd should be fast and running and not hindered with
administrative concerns. One logfile with 100 records per
seconds can be handled better than 100 logs with each
getting one record per second.
Less memory for file control and buffers, more locale
memory access, less disc seeks. All runs down to
the phrase "I like it better".
The task of separating the log into different logs for each
site is an administrative problem which can be put off
until later (in my opinion).
Greetings
Mike