Statistics
| Branch: | Revision:

root / ui / vnc-jobs-sync.c @ 012b80d3

History | View | Annotate | Download (2.1 kB)

# Date Author Comment
bd023f95 07/27/2010 01:36 am Corentin Chary

vnc: threaded VNC server

Implement a threaded VNC server using the producer-consumer model.
The main thread will push encoding jobs (a list a rectangles to update)
in a queue, and the VNC worker thread will consume that queue and send
framebuffer updates to the output buffer....