blob: 02d7193d99d98d0e0d8a990d0e4833e6668ef5df (
plain)
1
2
3
4
5
6
7
8
|
The primary purpose of File::Tail is reading and analysing log files while
they are being written.
The module tries very hard NOT to ``busy-wait'' on a file that has little
traffic. If the file does not get altered for a while, File::Tail gets
suspicious and startschecking if the file was truncated, or moved and
recreated. If anything like that had happened, File::Tail will quietly
reopen the file, and continue reading.
|