Revision history for Perl module WWW::APS

0.1 Thu Oct 2 11:09:05 2003

0.2 Monday Oct 27 23:16 2003

0.6     Performance improvement: move counting of events to the database backend through sql query using
        aggreate function COUNT(). Speeds look to be at worst 4x faster when there are events to analyze.
        Time in the database is supposed to be in Zulu (CUT) time. Dates from logfile are in time+tz format,
        add code to ADS.pm to convert the time to Zulu.
        New script: LogTailer.pl reads from multiple logfiles, using File::Tail, as input is ready.
        
0.7     Modify Build.PL to add scripts/LogTailer.pl . search_first_error make sure that we get the first one, add ORDER BY "ts" to the SELECT.
0.7_1   Oops, forgot to add LIMIT 1 to sql of search_first_error and now we can use an array context
        confident that we are not wasting resources throwing extra records back to the application.