From 723c9eccadb3d92f3e74ab91c965ff21d81c4f05 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Tue, 3 Jun 2008 20:55:56 +0000 Subject: * minor: Change comment on last commit. My English - not so good. --- OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'OpenSim/Region/ClientStack') diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index d9fefb4..3961f51 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs @@ -726,9 +726,10 @@ namespace OpenSim.Region.ClientStack.LindenUDP catch (Exception e) { // Don't let a failure in an individual client thread crash the whole sim. - // FIXME: possibly more sophisticated cleanup since leaving client resources around will - // probably cause long term instability. I think this is still better than bring down the whole - // region + // FIXME: could do more sophisticated cleanup since leaving client resources around may + // cause instability for the region server over time. However, it could be a little tricky to + // prevent an exception loop if the client thread has already crashed due to some unexpected + // situation. m_log.ErrorFormat("[CLIENT]: Client thread for {0} {1} crashed. Exception {2}", Name, AgentId, e); } } -- cgit v1.1