|
We use
an XML data stream for our IPC as well. We did not use the XML-RPC or the
SOAP formats because we needed a much simpler format. We use a SAX parser
to rip the data stream apart on the server side and simple Java StringBuffer
methods to manufacture the message.
We
have not found that this architecture has any performance issues. We are
communicating between a set of Java services to a set of low level C++ services
so an XML data stream passed along via HTTP was a good choice for
us.
Hope
that helps,
Ken
|
- XML for IPC Paul
- Re: XML for IPC Jean-Daniel Fekete
- RE: XML for IPC Iain Gillies
- Ken Crismon
