Re: [RC] XML-RPC implementation
Aarno Syvänen <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Organization | Wiral Ltd |
| Message-ID | <[email protected]> |
Stipe Tolj wrote: > > I'm working on the XML-RPC files of Kannel and wonder how we are going > to utilize the protocoll in Kannel's boxes and the single method > calls. > > Basically there are two way: > > * adding XMP-RPC related URIs to existing HTTP servers and route the > request ot XML-RPC related processing inside a box, hence routines > will be duplicated accross the boxes. > > * adding an own XML-RPC HTTP server thread to bearerbox(?!) and > processing any kind of XML-RPC method call request there. Adding XML-RPC to HTTP servers means that you can run concurrent XML-RPC requests simply by running multiple boxes. I like performance of this option. Aarno