From 3feb43054ffcb62805dfcde621941ca630c7f0d4 Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Fri, 23 Aug 2013 15:36:37 +0000 Subject: [PATCH] added some more comments --- src/global.h | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/global.h b/src/global.h index 5316b00f..6976f0fd 100755 --- a/src/global.h +++ b/src/global.h @@ -65,9 +65,6 @@ LED bar: lbr /* Definitions ****************************************************************/ - - - // The receive socket should be put in a high priority thread to ensure the GUI // does not effect the stability of the audio stream (e.g. if the GUI is on // high load because of a table update, the incoming network packets must still @@ -76,13 +73,13 @@ LED bar: lbr // to enable/disable the new code. // // I disabled the new code again since it seems not to improve the situation -// much. Maybe things must be tweaked for it to work correctly... +// much. Maybe things must be tweaked for it to work correctly. Since the more +// threads we have the higher is the risk of software crashes, I will only +// enable the new code on significant performance gain. // //#define ENABLE_RECEIVE_SOCKET_IN_SEPARATE_THREAD #undef ENABLE_RECEIVE_SOCKET_IN_SEPARATE_THREAD - - // define this macro to get debug output //#define _DEBUG_ #undef _DEBUG_