Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2004032

[PHP] Re: Stop/Start a perl script From: Jason Barnett (jasbarne <email protected>)
Date: 03/31/04

Curlybraces Technologies Ltd wrote:
> by using php technology, is there any possibility to stop/start perl
> script in a remote machine ?
>
> thanx in advance
> curlys

You probably want to check out XML-RPC. You'd create server/client
scripts that pass xml messages back and forth. As long as your server
is able to start the perl script then you could do this and then pass
the result back to the client, or maybe just a true/false for success at
starting the perl script.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php