well....basically cos. its not actually FOR my IIS logs, I am just using
them cos. they have a lot of data in them.
It is for another log system that will/does generate an HTML page with the
data in a table etc.

Besides, I could ALWAYS use QR !!! no need to by CR then...hahahaha

Jeremy Coulter
Application Developer

Application Development Centre
Compaq Computer New Zealand Ltd.

Phone:  64 3 371 5724
Fax:            64 3 371 5724
Mobile:       64 0212533214
E-mail: [EMAIL PROTECTED]       
Personal Email: [EMAIL PROTECTED]



-----Original Message-----
From: Dennis Chuah [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 17, 1999 3:33 PM
To: Multiple recipients of list delphi
Subject: RE: [DUG]: Sorting



Jeremy,

> -----Original Message-----
>
> Sorry - I just kept on typing puns and hence the smiley ascii art
>
> What I meant to say was that re sorting - use a Tlist sort
> method it may not
> be the quickest to sort but then having control over
> when you sort the list will improve the performance

I agree.  Using a TList to sort may not be any quicker than using a
TStringList as both use the qsort method.

> question
>
> what method are you using for  "zipping through the file"

And my question is why are you writing code to do this when you can buy
Crystal Reports (and I guess other report writers do it as well) and create
a report that reports from IIS' log files.  Grouping by IP address, etc
would be a breaze to do.

Regards,
Dennis.

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to