I want to be certain that a WCF service running as a standalone executable (or windows service) cannot crash.
In case it wasn’t obvious, I’m looking for more than a yes or no answer.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes. It can run out of disk space or memory space. Or some application with protected access can come along and corrupt it’s memory. The CPU could experience an intermittent hardware failure that results in some otherwise impossible set of variable values that lead to a crash. They’res a myriad of possible though unlikely scienarious that could cause it to crash unexpectedly.