Re: Exec a script on one server that will exec other scripts on a different serv

2006-06-17 Thread James Turnbull
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 Alan Reinhold wrote: > It would seem to be that the best solution here would be to have a > server script that creates a tcp/ip socket and sites on a read on the > socket, in which then the client connects to the server, sends a msg, > and based o

RE: Exec a script on one server that will exec other scripts on a different serv

2006-06-16 Thread Alan Reinhold
It would seem to be that the best solution here would be to have a server script that creates a tcp/ip socket and sites on a read on the socket, in which then the client connects to the server, sends a msg, and based on that msg, the server would execute the desired action. This would be a tpic