2010/2/25 Henrik Nordström <[email protected]>:
> tor 2010-02-25 klockan 11:52 -0700 skrev Alex Rousskov:
>
>> What would this mean for Squid code? Can we still use simple O_APPEND
>> logging in SMP mode?
>
> Yes, plus remove the built-in log rotation complexity, at least on
> UNIX.. Not entirely sure about Windows.. (have some memory about
> problems renaming open files)
Yup. Windows doesn't have inodes as a first-class concept (or if it
does, it hides that for compatibility reasons), so any open file is
automatically locked for all file handling operations.
--
/kinkie