True...  Adds an insert...into statement for each query...

But then again, opening up a text file, adding a line, and closing it also
has its toll, just less toll too...  Can't remember if IIS keeps that file
open...

Alas...  There's no mention either way in MSDN magazine...  Nor on the IIS6
Overview page:
http://www.microsoft.com/technet/treeview/default.asp?url=/TechNet/prodtechn
ol/iis/evaluate/iis6ovw.asp


Don't be too surprised if it's still there... 

Besides, I don't know about others, but with the dotGone phase now, we have
so many extra computers lying around it's really easy to drop another into a
cluster...  Impact for us is minimal...

-----Original Message-----
From: Dave Watts [mailto:[EMAIL PROTECTED]] 
Sent: Monday, April 08, 2002 6:07 PM
To: CF-Talk
Subject: RE: IIS Log Tool


> You can always use the odbc connector built into iis for
> logging... And then just use some standard queries...

There are two things worth mentioning about this. First, I don't think this
option is provided in newer versions of IIS. Second, according to Microsoft,
this option doesn't perform well under load. You're better off simply
parsing log files after the fact. Another advantage of simply parsing log
files is that you can easily offload that from the web server itself.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444


______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to