Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Removing old records from log files

by Zaxo (Archbishop)
on Aug 22, 2001 at 14:21 UTC ( [id://106907]=note: print w/replies, xml ) Need Help??


in reply to Removing old records from log files

With that rate of logging, you are likely to need locks the logger respects to modify the file in place. Given that, a binary search strategy will speed your search for the cutoff time. RecursivelyIteratively estimate the location of the first record you want to keep.

Another approach would be to set up a cron job renaming the log file out of the way at set times. You may have a system utility called logrotate which specializes in that.

Update: Oops :-)

After Compline,
Zaxo

Replies are listed 'Best First'.
Re: Re: Removing old records from log files
by claree0 (Hermit) on Aug 22, 2001 at 14:31 UTC

    Luckily, locks are not an issue (see above). The binary searchstrategy, however, does sound like a good idea!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://106907]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (2)
As of 2024-04-25 22:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found