CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2012
    Posts
    1

    Developing a distributed task manager

    I have been asked to develop a distributed task manager (Graphical) as part of my assignment. Following are the requirements -

    1) The task manager must display the currently running applications, processes and load of all connected clients.

    2) It should be able to dynamically update its content as new clients are added and/or existing ones are removed.

    I am fairly new to C#. I am just guessing that this falls under category of WCF type of application. If not please correct me.

    Please suggest a solution keeping in mind my severe lack of knowledge of C#

    Oh and I'm using .NET v4

  2. #2
    Join Date
    Apr 2010
    Posts
    131

    Re: Developing a distributed task manager

    Look at the System.Diagnostics class. If you have specific questions, ask. Or go to a "guru" type site and offer to pay someone to do your homework for you. Good luck!

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured