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?