1.6.2. The Multi-Processing Server
On Unix-like systems there is another possiblity if you need parallel
processing. funtik::MultiProcessRpcServer
has the advantage
to fork child processes to perform additional tasks.
See the according examples files under
tests/contrib
how to use this class.