eugen-keeper commented on PR #597: URL: https://github.com/apache/guacamole-server/pull/597#issuecomment-2940604542
> Is the problem only related to SET operations that didn't have time to flush before the next ones, and the VMs where I can't reproduce would be slightly slower? > Yes, that is correct. I think you are right. It significantly depends on overall system/hardware performance. We have a flush in a different thread (if I remember correctly), so on some systems the issue is not reproduced. In my case I reproduce the issue on AWS virtual machines. > And yes, there is a performance degradation in case of my changes but comparing with the first attempt of adding a flush into the function, my solution fixes the issue entirely (the original one didn't). Also, practically it will mostly affect the UP ARROW key. Where else you would use the reverse scrolling automatically. It will not affect dumping big files at all for example. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
