Results 1 to 4 of 4

Thread: Monitoring Window Services?

  1. #1
    Join Date
    Oct 2005
    Posts
    14

    Default Monitoring Window Services?

    I am exploring the Windows Services and wondering if there has been some discussion about how individually deployed services could be monitored and controlled?

    It would be great if this could be exposed via web services or remoted objects and maybe even deployed as service itself.

    This service could then expose events / and operations that can be performed on all the deployed services.

  2. #2
    Join Date
    Oct 2005
    Posts
    14

    Default Tray

    Okay I mised that.... there IS some application monitoring out of the box with Windows Services. Is there some documentation on this?

  3. #3
    Join Date
    Oct 2004
    Posts
    9

    Default

    choenes,
    I've coded support for windows services but
    as I'm not currently too connected to the net, the best thing FOR ME is to collect features and requests via JIRA and the developer mailing list.

    Thanks for the interest.

    To answer: there is no documentation on the monitor but it would be interesting to know what ones want to monitor (I surely have some ideas but listening to yours could be very useful).

    Ok for the events of each application, but currently it has been chosen to no not propagate events to remote listeners, Instead they should periodically ask for the status. This allow for coarse grained comunications with the service process, allowing better comunication via remoting also with non standrd protocols (for example Ingo Rammer SMTP/POP3 remoting channel).

    So I've created http://opensource2.atlassian.com/pro...wse/SPRNET-245 but commented against it.

  4. #4
    Join Date
    Oct 2005
    Posts
    14

    Default Working

    I've got the monitor working and it's pretty handy in my opinion...

    I wonder if the end user could choose the status update strategy. E.g. I am monitoring a local application so eventing works just fine.... but if I decide to monitor a service over the internet maybe a courser status update is needed.

    It should be a matter of configuration.

    Another feature would be if we could add some interfaces to Start and Stop the individual applications independent of each other.

Similar Threads

  1. Web Services w/o IIS
    By choenes in forum Remoting and Web Services
    Replies: 13
    Last Post: 07-08-2011, 10:11 AM
  2. ASP.NET "Atlas" web services integration
    By Bruno Baia in forum ASP.NET AJAX
    Replies: 15
    Last Post: 02-05-2007, 11:43 PM
  3. Windows Services: some questions
    By erijvordt in forum Windows Services
    Replies: 8
    Last Post: 11-23-2005, 01:02 PM
  4. AOP and Web Services
    By spmva in forum AOP (Aspect Oriented Programming)
    Replies: 5
    Last Post: 09-08-2005, 02:30 PM
  5. spring components as web services
    By robbo_b in forum Remoting and Web Services
    Replies: 4
    Last Post: 04-06-2005, 12:29 PM

Posting Permissions

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