Client to server data upload
Posted
by RickBowden
on Stack Overflow
See other posts from Stack Overflow
or by RickBowden
Published on 2010-05-04T20:27:58Z
Indexed on
2010/05/04
20:38 UTC
Read the original article
Hit count: 148
I'm trying to design a system similar to the traditional server monitoring systems like MOM, Tivoli, Open View, where an agent will record data and then upload it to a central database once a day, but them also be able to send immediate alerts back to the server. I'm not sure what the best methodology might be for this. I've started looking at Microsoft sync services but I'm not sure if it will fit my needs. I'm using VS2008 and C#. Does anyone have any experience or ideas about how I should go about this task?
© Stack Overflow or respective owner