WIP: Draft of JPEG decoding server.
Re #1 this aims to implement the first step of the roadmap, i.e. a socket file server using stdio for a command stream, and as initial feature decoding a JPEG (via hard-linked libjpeg) located in one part of memory to another part in memory, both locations found in the filesystem under file paths, but only accessed with mmap rather than as file streams.
Edited by plom