Search found 11 matches

by zhiguang
14 Sep 2017
Forum: MultiCharts
Topic: how to optimize with 2 cpu server (36 cores with 72 threads) [SOLVED]
Replies: 58
Views: 25868

Re: how to optimize with 2 cpu server (36 cores with 72 threads) [SOLVED]

I have done a lot of tests, including different physical machines and virtual machine of Hyper-V and different windows operating system (including Windows Server 2016 DC), mc64 (until version 11) optimization can only use up to 64 logical processors, this problem needs to be solved.
by zhiguang
14 Sep 2017
Forum: MultiCharts
Topic: how to optimize with 2 cpu server (36 cores with 72 threads) [SOLVED]
Replies: 58
Views: 25868

Re: how to optimize with 2 cpu server (36 cores with 72 threads) [SOLVED]

The MC optimizer uses only half of the core if number of logic cpu is more than 64
by zhiguang
12 Sep 2017
Forum: MultiCharts
Topic: how to optimize with 2 cpu server (36 cores with 72 threads) [SOLVED]
Replies: 58
Views: 25868

Re: how to optimize with 2 cpu server (36 cores with 72 threads) [SOLVED]

once number of logical cpu is more than 64, the cpu utilization will get problem, even in version 11
by zhiguang
15 Apr 2013
Forum: MultiCharts .NET
Topic: External data connection / RTD ? [SOLVED]
Replies: 8
Views: 3947

Re: External data connection / RTD ? [SOLVED]

I believe the 'proper' solution is Multicharts Data API: https://www.multicharts.com/multicharts/sdk/

But ASCII maping is supporting history and Real-time, reliable, no coding and free ...
by zhiguang
15 Apr 2013
Forum: MultiCharts .NET
Topic: Working with DebugView.exe [SOLVED]
Replies: 2
Views: 1830

Re: Working with DebugView.exe [SOLVED]

It works after I add:

protected override void Create(){
Trace.Listeners.RemoveAt(0);
Trace.Listeners.Add(new DefaultTraceListener());
}
by zhiguang
15 Apr 2013
Forum: MultiCharts .NET
Topic: External data connection / RTD ? [SOLVED]
Replies: 8
Views: 3947

Re: External data connection / RTD ? [SOLVED]

maybe you can use ASCII mapping,

and DDE can't support timestamp of quote...
by zhiguang
14 Apr 2013
Forum: MultiCharts .NET
Topic: Working with DebugView.exe [SOLVED]
Replies: 2
Views: 1830

Working with DebugView.exe [SOLVED]

Code like this :

protected override void CalcBar()
{
Output.WriteLine("hello");
Trace.WriteLine("hello");
}

the OutPut works, but nothing found in DebugView.exe for Trace or Debug

Go to advanced search