Alejandro Borges wrote: >> That woudl be the best way. However, then we'd need a PHP API to use >> in web-apps >> >> [snip] >> >> Ken, actually how do you imagine php to talk to the daemon? >> >> >> > With XML-RPC or SOAP!
Or super-simple: over sockets using tcpserver. tcpserver is built for making these kinds of jobs easy. --Doug