On 9. Feb 2006, at 20:53, Peter Hertmuller wrote:
> Thanks Glenn for you help.
> I've been trying with the Trivial-sockets, as suggested by John in a
> previous message, and now both applications are able to
> communicate. I've
> created some code for the server site and for the client too. But the
> problem that I face now is how to execute instructions from the
> client in
> the server.
Perhaps you can get by with what xml-rpc offers; if so, then check
out http://common-lisp.net/project/s-xml-rpc/
This includes both a client and server. Not all Lisp datatypes travel
over xml-rpc, but it might be enough for what you need.
Regards,
Rudi
|