Support Board
Date/Time: Fri, 29 Nov 2024 18:29:07 +0000
Post From: When there is high resource usage on my computer, the chart sometimes freeze.
[2023-01-26 13:55:21] |
User539950 - Posts: 2 |
Hi, I want to report some incidents that I think Engineering team does not intend for this to happen. My computer is quite old but still exceed what is recommended (i7-4770k with 16GB of ram) and I run Sierra Chart with script to report connection state as shown below. if(sc.ServerConnectionState != SCS_CONNECTED){ sc.AddMessageToLog("connection loss",1); } I found that sometimes when I use computer for other demanding tasks, Sierra Chart just stop feeding new data without the log message. The only way to fix the chart is to press disconnect and connect again. And then the log will show up that connection has been lost. Could you guys give me some explanation on why does this happens. I can accept the chart freezing when my computer does not have enough resource (i.e. ram/cpu), but I expect the software to continue after the resource can be found, or at least notify me that something is wrong. |