How to start/stop XML-RPC server?

David Luu <[email protected]> Mon, 24 Dec 2012 22:34:31 -0800
Newsgroups gmane.comp.php.xml-rpc
Message-ID <CA+V6+ZC+Tcf8ER+7MtEGcKHD+dBbQnMMWOtk_ioUshoO9+hUTA@mail.gmail.com>
--===============3346828326772815513==
Content-Type: multipart/alternative; boundary=20cf307ca1449f78a704d1a78137

--20cf307ca1449f78a704d1a78137
Content-Type: text/plain; charset=ISO-8859-1

I'm just looking into XML-RPC server with PHP, so have not much idea about
its implementation and design.

With other language implementations, it's easy to understand, as you can
start/stop the server from command line (or other interface like UI,
XML-RPC call for stop, etc.) as all the server functionality can be
combined with the XML-RPC server itself as a single self contained
binary/application.

With PHP, the PHP code is served by a web/application server. So wanted
some clarification:

* how do you start the server? Start up the web/application server (Apache,
IIS, etc.), then hit the URL to the PHP script that creates the server
instance? Are the XML-RPC requests (different XML-RPC method calls) going
to same URL or different one?

* how do you stop the PHP XML-RPC server? Stop the web/application server
itself? (e.g. Apache, IIS, etc.) Or is there a way to stop it w/o turning
off the whole web/application server or say killing PHP.

David

--20cf307ca1449f78a704d1a78137
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

<div>I&#39;m just looking into XML-RPC server with PHP, so have not much id=
ea about its implementation and design.</div><div><br></div><div>With other=
 language implementations, it&#39;s easy to understand, as you can start/st=
op the server from command line (or other interface like UI, XML-RPC call f=
or stop, etc.) as all the server functionality can be combined with the XML=
-RPC server itself as a single self contained binary/application.<br>
</div><div><br></div><div>With PHP, the PHP code is served by a web/applica=
tion server. So wanted some clarification:</div><div><br></div><div>* how d=
o you start the server? Start up the web/application server (Apache, IIS, e=
tc.), then hit the URL to the PHP script that creates the server instance? =
Are the XML-RPC requests (different XML-RPC method calls) going to same URL=
 or different one?</div>
<div><br></div><div>* how do you stop the PHP XML-RPC server? Stop the web/=
application server itself? (e.g. Apache, IIS, etc.) Or is there a way to st=
op it w/o turning off the whole web/application server or say killing PHP.<=
/div>
<div><br></div><div>David</div>

--20cf307ca1449f78a704d1a78137--

--===============3346828326772815513==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
phpxmlrpc mailing list
[email protected]
http://lists.usefulinc.com/cgi-bin/mailman/listinfo/phpxmlrpc

--===============3346828326772815513==--