Click here to Skip to main content
16,005,491 members
Home / Discussions / C#
   

C#

 
GeneralRe: Send SMS to multiple recipients Pin
mike.james27-Jul-09 3:10
mike.james27-Jul-09 3:10 
QuestionSamples on pens and brushes,colors and fonts Pin
ravi.vellanky4-Feb-09 18:28
ravi.vellanky4-Feb-09 18:28 
AnswerRe: Samples on pens and brushes,colors and fonts Pin
Christian Graus4-Feb-09 20:29
protectorChristian Graus4-Feb-09 20:29 
Questionimporting excel sheets Pin
aneeshkumar5204-Feb-09 18:26
aneeshkumar5204-Feb-09 18:26 
AnswerRe: importing excel sheets Pin
Spunky Coder4-Feb-09 18:58
Spunky Coder4-Feb-09 18:58 
QuestionC# Windows Service Pin
satsumatable4-Feb-09 17:55
satsumatable4-Feb-09 17:55 
JokeRe: C# Windows Service Pin
Expert Coming4-Feb-09 18:09
Expert Coming4-Feb-09 18:09 
AnswerRe: C# Windows Service Pin
PIEBALDconsult5-Feb-09 5:35
mvePIEBALDconsult5-Feb-09 5:35 
Kind of a Service manager application? Hmmm...

I wonder why you would need such flexibility.


On my last job I had the Services configured in a database. I had a number of Services running on various servers and the ServiceInstaller on each server queried the database to find out which Services to run on that server. Once installed, I had an application that could show the status and start and stop the Services on the various servers. All the Services on a server run as one process and share a log file.
If I wanted to add or remove a Service from a server, I had to uninstall and reinstall the ServiceInstaller, which was fine because I didn't have to do that very often.

Each Service also updates the database with event times (start, stop, etc.) so other processes can monitor the health of the Services. The Services get their cyclic rates from the database, so that can be changed on-the-fly (now I might use a custom action for that).


Are you thinking of a more flexible version of that, where services can also be installed and uninstalled on a server without affecting the others?
GeneralRe: C# Windows Service Pin
satsumatable6-Feb-09 2:02
satsumatable6-Feb-09 2:02 
GeneralRe: C# Windows Service Pin
PIEBALDconsult6-Feb-09 4:08
mvePIEBALDconsult6-Feb-09 4:08 
Questionremoving null entries Pin
lawrenceinba4-Feb-09 14:54
lawrenceinba4-Feb-09 14:54 
AnswerRe: removing null entries Pin
vaghelabhavesh4-Feb-09 15:18
vaghelabhavesh4-Feb-09 15:18 
GeneralRe: removing null entries Pin
lawrenceinba4-Feb-09 18:01
lawrenceinba4-Feb-09 18:01 
GeneralRe: removing null entries Pin
Expert Coming4-Feb-09 18:13
Expert Coming4-Feb-09 18:13 
QuestionHow to create action buttons same as in powerpoint.... Pin
priyareguri4-Feb-09 12:41
priyareguri4-Feb-09 12:41 
AnswerRe: How to create action buttons same as in powerpoint.... Pin
Christian Graus4-Feb-09 16:43
protectorChristian Graus4-Feb-09 16:43 
QuestionJPEG thumbnail extraction Pin
Camilo Sanchez4-Feb-09 12:29
Camilo Sanchez4-Feb-09 12:29 
AnswerRe: JPEG thumbnail extraction Pin
_Maxxx_4-Feb-09 17:48
professional_Maxxx_4-Feb-09 17:48 
GeneralToo slow Pin
Camilo Sanchez5-Feb-09 4:46
Camilo Sanchez5-Feb-09 4:46 
QuestionC# .NET Problem with Mail Merge and Word's Normal.dot Template File Pin
frank3si4-Feb-09 10:14
frank3si4-Feb-09 10:14 
AnswerRe: C# .NET Problem with Mail Merge and Word's Normal.dot Template File Pin
frank3si4-Feb-09 10:54
frank3si4-Feb-09 10:54 
GeneralRe: C# .NET Problem with Mail Merge and Word's Normal.dot Template File Pin
afs957-Jan-10 8:45
afs957-Jan-10 8:45 
Questiontime zone, DST and historical dates Pin
Jim Crafton4-Feb-09 9:58
Jim Crafton4-Feb-09 9:58 
AnswerRe: time zone, DST and historical dates Pin
led mike4-Feb-09 11:19
led mike4-Feb-09 11:19 
QuestionIDataReader and Null values Pin
Terick4-Feb-09 9:34
Terick4-Feb-09 9:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.