Home All Groups Group Topic Archive Search About

About Process Class

Author
8 Oct 2005 7:49 AM
MS-06S
Hi all
i want to monitor user using every which application each date
and i can wrote a service using Process class to do this
(using process class + timer control to check what process is running and
install this service to each user machine)
but this service has a drawback, it can only check the process on timer
interval but not real time

is DotNet framework provide any listener class to do this?
thanks

Author
9 Oct 2005 4:56 PM
john conwell
First off, what is the purpose of your windows service?  If you want to
monitor each process that a user is using at realtime, instead of every so
many seconds or minutes, then your app would take up almost 100% of your cpu,
leaving little CPU left to the user.

Show quote
"MS-06S" wrote:

> Hi all
> i want to monitor user using every which application each date
> and i can wrote a service using Process class to do this
> (using process class + timer control to check what process is running and
> install this service to each user machine)
> but this service has a drawback, it can only check the process on timer
> interval but not real time
>
> is DotNet framework provide any listener class to do this?
> thanks
>
>
>

AddThis Social Bookmark Button