> Is there an IIS setting to log the time a request first came > in, when it was handed off to the CF server, when the data > was returned and when it was delivered to the client? I'd > like to know the difference in reciept of a request and it's > generation.
IIS doesn't really "hand off" the request to the CF server. CF uses an ISAPI filter, which runs at the front end of the process. Requests are processed by ISAPI filters before being handled by the rest of IIS. In the case of a CF request, it's immediately received by the CF ISAPI filter. So, I think the short answer to your question is no, although I could certainly be wrong about this. I suspect that any sort of code like this would have to run within the ISAPI filter itself. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:228884 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

