neandrake opened a new pull request, #429:
URL: https://github.com/apache/guacamole-server/pull/429

   This introduces a buffer for binary data to be encoded as base64 as well as 
a buffer for the base64 encoded data, prior to any attempt to writing it to the 
socket. Doing this significantly reduces the number of system calls made by the 
socket-fd implementation. Instead of `clock_gettime`, `pthread_mutex_rdlock`, 
and `pthread_mutex_unlock` being called for every 3 bytes it's now called for 
every ~768 bytes.


-- 
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: dev-unsubscr...@guacamole.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to