April CIS200 blog

Wednesday, March 09, 2005

Wednesday-9

Today we went over Chapter 14 maintaining and supporting a web application. The system.diagnostics namespace provides various classes that help in managing and monitoring a web application. We focus on three of these classes the process, eventlog, and the performance counter. The process class provides information about the processes running on a computer. EventLog class allows you to read from and write to a windows event log. PerformanceCounter class can be used to get performance data for running processes. We discuss working with event logs and writing to event logs and reading performance data of running processes. We also discuss designing a web application for performance and than we worked on our projects for the rest of the class period.

0 Comments:

Post a Comment

<< Home