Hello Hui
To keep performance of LiveLog, your suggestion works for me.
I tried to use TextBox but it didn't work for LiveLog in terms of performance.
Thank you
Jooyoun
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Dear community,
I am looking for memory efficient solution to implement livelog GUI.
Logs are parsed data between server and clients and LiveLog implementation is on server side.
Since server can communicate with 16 clients at the same time and I need to consider 'memory efficiency of LiveLog' for each client.
I would rather focus memory efficiency than performance.
I am using below development tools.
.Net Framework 4.5
C#
WPF
While I am researching 'TextBlock, TextBox' to handle text, I ran into below Q&A in forum.
https://social.msdn.microsoft.com/Forums/vstudio/en-US/c0cc7ef4-474e-45d5-b79e-8fb9bc692670/textbox-major-memory-leak-in-wpf?forum=wpf
Can someone advise me what is right approach to implement memory efficient LiveLog on 16 tabs at the same time using C# , WPF solution?
Hello Hui
To keep performance of LiveLog, your suggestion works for me.
I tried to use TextBox but it didn't work for LiveLog in terms of performance.
Thank you
Jooyoun
Hi Hui,
Thank you for your response.
Let me test the provided solution and get back to you.
Thank you
Jooyoun.
Thank you, Yes, It's read-only. Let me try your reference of TextBox
HuiLiu
I decided to refer first link. It performs better with our code. I will close the case.
Thank you for your help. I really appreciate your response.