mike-jumper opened a new pull request, #584:
URL: https://github.com/apache/guacamole-server/pull/584

   The `END_FRAME` operation was previously used to notify workers that the 
frame has ended, but since the receiving worker needs to check and push that 
operation back onto the queue if other workers are still busy, it's essentially 
unnecessary _and_ results in several workers spinning as they pass `END_FRAME` 
around until all others are done.
   
   It's sufficient to simply check whether the operation queue is empty and no 
other workers are active.
   
   Recommend ignoring whitespace in the diff - much of this is a change in 
indentation.


-- 
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]

Reply via email to