Re: How IIS write his log files?
From: Chris Crowe [IIS MVP] (chris@iisfaq.com)
Date: 10/02/02
- Next message: Ming Lu[MS]: "Re: IIS Authentication"
- Previous message: Stefan Schachner[MS]: "RE: IIS Authentication"
- In reply to: Eric Paschoalick Chaves: "How IIS write his log files?"
- Next in thread: Kripes: "Re: How IIS write his log files?"
- Reply: Kripes: "Re: How IIS write his log files?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Chris Crowe [IIS MVP]" <chris@iisfaq.com> Date: Thu, 3 Oct 2002 06:36:02 +1200
I think that IIS open the log file and leaves it open for the duration of
the Log files life. Hence the events will not fire since the file is not
re-opened. You can test this by hitting the delete key on the log file and
you will get a sharing violation.
Chris
"Eric Paschoalick Chaves" <eric.paschoalick@gradiente.com> wrote in message
news:ubCGeKjaCHA.1296@tkmsftngp11...
> Hi fellows,
>
> I'm trying to read IIS log files in real time. I have changed server
> configuration so it does not cache writing the log files imediatly and I'm
> using an application that monitor the Log dir using
> FindFirstChangeNotification/FindNexttChangeNotifications. However It seems
> that when IIS wrote (flush) his logs it does not generated those events,
the
> APIs are never triggered.
> Does anyone knows how IIS wrote his files?
>
> Cheers,
>
> Eric
>
> PS.: Sorry for the crossposting, but I could not figure out which one of
> those 3 NG was best to ask.
>
>
- Next message: Ming Lu[MS]: "Re: IIS Authentication"
- Previous message: Stefan Schachner[MS]: "RE: IIS Authentication"
- In reply to: Eric Paschoalick Chaves: "How IIS write his log files?"
- Next in thread: Kripes: "Re: How IIS write his log files?"
- Reply: Kripes: "Re: How IIS write his log files?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|