You are not able to inherit from ParallelSocketAcceptor to implement their own createServiceHandler() because the destructor and the method createServiceHandler() are not virtual!!
And a method like nextReactor() is also needed to get the next reactor at the createServiceHandler(). Take a look at the single thread version SocketAcceptor.h