Re: Vectors vs XML
| Newsgroups | gmane.comp.java.sun.kvm |
|---|---|
| Message-ID | <30100943.560421187431823754.JavaMail.tomcat@sdcst12.sjc.collab.net> |
> Has anyone else > started using parsers like KXML in memory and what > has been your experience? > Do you think there is enough resources to keep this > running and is it > essentially the same as having many Vectors in > memory? > > Thanks > I've had some experience of using kXML within our kXML-RPC project. The only reported memory problems we've had so far from users is with parsing responses where they get out of memory at about a 30k reposnse (XML-RPC responses are parsed and turned into equivalent objects). I expect any resource limitation would be dependent on the device though, unless Java ME limits memory usage. -David [Message sent by forum member 'davjoh' (davjoh)] http://forums.java.net/jive/thread.jspa?messageID=231474 =========================================================================== To unsubscribe, send email to [email protected] and include in the body of the message "signoff KVM-INTEREST". For general help, send email to [email protected] and include in the body of the message "help".