Hosting Control Panel: Part II

Posted by tom June 28th, 2006

Well after some testing and toying around with XMLRPC and SOAP I’ve for now decided to use an simple WEBrick based XMLRPC server for my hosting project. I chose for XMLRPC because it seems faster than SOAP and from my own experience I know it contains less overhead per XML message. I’ve been testing some simple things, like asking for uptime over XMLRPC and starting and stopping a MySQL database server. I’ve also started with some small maintenance for Customers, Domains & Users… So, there is some progress …

Leave a Reply