On Thu, May 18, 2006 at 12:10:41AM -0700, Jimmy Zhang wrote: > The other issue, the way I understand Jabberd, it is a router, how can > one not waiting for the entire document to arrive before routing the > message? > Also what kind of performance jabberd is performing? Do it have to > occasionally modify XML data?
Jabber works using direct childs of the root element as the unit of communication, not the whole document. Entities basically open a TCP connection and then during the whole session (which may last days or even longer) two XML documents are being exchanged. One in each direction. -- Groetjes, ralphm
