[jdev] parsing xml (xmpp) with ruby
Eric Will
rakaur at malkier.net
Wed Oct 1 06:50:26 CDT 2008
On Tue, Sep 30, 2008 at 6:22 PM, Lucas Nussbaum
<lucas at lucas-nussbaum.net> wrote:
> We don't deal with it, REXML does it for us by not pushing incomplete
> events to us through the SAX2Parser.
I guess this is because you guys use it attached to a socket? I don't
do that. I read from the socket and pass that value to a new parser
every time. I use select, not threads. I don't like Ruby's threads.
More information about the JDev
mailing list