Statistics
| Branch: | Revision:

root / ui / vnc-jobs.h @ 3bbbee18

History | View | Annotate | Download (2.5 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....