ponty / framebuffer-vncserver

VNC server for Linux framebuffer devices
GNU General Public License v2.0
169 stars 69 forks source link

Separate events processing and screen update #7

Closed maleselo closed 3 years ago

maleselo commented 4 years ago

This commit separate events processing from screen update with a different thread. This avoid screen freeze when the framebuffer-vncserver is overloaded with input events such as mouse events.

ponty commented 4 years ago

I can't merge this patch because it uses 100% CPU right after the start without any client.

ponty commented 3 years ago

14 solved the CPU problem