>Jabber works using direct childs of the root element as the unit of
> communication, not the whole document.
Are you refering to the DOM nodes? these are just data structures, not what got put on the wire...
 
 I guess my question is that what do you put on the wire?
 
-------------- Original message --------------
From: Ralph Meijer <[EMAIL PROTECTED]>

> 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

Reply via email to