Click here to Skip to main content
15,867,308 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Dear All,

In Production Environment my Server Application is getting hang after few minutes crashed.

1) How can i make sure that same thing would not be happen in future?
2) What are all the necessary action should i take to eliminate this issue in future?



Regards,
Ranjith
Posted

1 solution

Quote:
1) How can i make sure that same thing would not be happen in future?
You cannot do that. However you might possibly cut the odds of such a failure, by fixing your bugs.


Quote:
2) What are all the necessary action should i take to eliminate this issue in future?
Again, a 100% bug free code is just a chimera. However good debuggin and better testing could improve a lot the reliability of your server.
 
Share this answer
 
Comments
Nelek 12-Jun-14 5:46am    
How was it...? Bugs are not bad, they help to strength Klingon Programmers? ;P
ranjithkumar81 12-Jun-14 6:42am    
Server will behave sync(request and reply). At a time server can handle 1000 users request. If 1001 user trying to access the sever , server is hang mode and after few minutes crashing.

How can i achieve server should not hang or crash?.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900