Feb
23
2026
Architectural enhancements: client/server
- A dedicated streaming layer has been integrated into the client-server interface, effectively eliminating memory bottlenecks previously caused by high-volume data requests, such as extensive REST based log queries. The stream chunk sizes have been synchronized with TLS record limits to ensure peak performance at the operating system level. The introduction of memory pooling significantly reduces garbage collector overhead. These architectural enhancements result in a more responsive REST interface, the elimination of UI micro-stuttering, and a more efficient data transfer between the servlet and the receiving units.