Re: [xml] Need better XML writing performance

2006-07-12 Thread Richard Salz
We need to increase performance of our XML data generating application. Our app receives (during peak periods) as many as 5,000 binary messages per second and converts them to XML using libxml2 and writes them to a file in real time. Our environment is Sun Solaris 10. Why not just use

Re: [xml] exchanging xml over a network

2006-06-07 Thread Richard Salz
I'm interested in exchanging streamed xml data over a network. An interesting question with remarkably subtle implications. At the simplest level, XML is its own serialization, so just open a socket, blat the document, and read the response. But now you have to worry about framing -- how

Re: [xml] Is it a BUG for exclusive XML canonicalization in LibXML2?

2005-10-27 Thread Richard Salz
Something else is going wrong; the Sample.xml has whitespace within the SignedInfo element. There are *no* spaces in the byDotNot document. Somehow you didn't give the two algorithms the same piece of XML to work on. /r$ ___ xml mailing