I have to develop software that runs on a server, in other words the program will only stop if the server is turned off. So I was wandering if there are any rules and so forth. As in how can I check that the program won't eat up memory, is there ways yo check that the software will only be idle when it hasn't got anything to do, and not continuously use resources, how can I check that the program won't crash if it just idles. Note: I'm using WCF to develop there server side application, hosted through a windows service. Sorry if the questions seem silly, I haven't developed server software or software that has to run for long periods of time, so I am just wandering if there are any specifics to look out for.

link|improve this question

75% accept rate
1  
pretty much the same rules for writing any code...consume as little resources as possible, for as short a time as possible – Mitch Wheat May 30 '11 at 0:25
feedback

closed as not a real question by Brian Roach, Tim Post May 30 '11 at 3:31

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.

Browse other questions tagged or ask your own question.