I'm sure there are many people who have been through the same
experience as myself using xml as a transport format:
- Observe the popularity of XML and the supporting libraries in the
language you are working in.
- Implement a transport layer using XML to parse messages/data etc.
- Realise that your server/application is now over ten times slower
than it was before.
- Remove XML and replace with something far simpler, far less verbose
and vitally far /quicker to parse/.
- Curse XML for wasting your bloody time and never let it darken your
door again.
Received on Wed Mar 28 2007 - 15:04:05 CDT