I would like to write a core main server handles request by user (in shell like enviorment) and load dynamic libraries executes ioctls and some debugfs. The core server is in c++ and the loadable libs are written in c. Is it a good design?
What about a shell script load the libraries and handles the request, is it possible at all?