I would like to do a daemon that listen in a specific port. This daemon will run commands come from client machines. I will develop a web application that will permit actions like start and stop, of several services (apache,mysql,asterisk...), so the application will connect in this daemon to run commands (/etc/init.d/mysql stop, for examplo). I dont know if it is clear...
Thanks