[Home] [By Thread] [By Date] [Recent Entries]
--- Rick Marshall <rjm@z...> wrote: > can we just go back a minute - raw speed is not the > only issue, it is > the way in which the it degrades. o(n2) (order n > squared) performance > will always be bad, just faster bad. > > big documents will degrade badly - and this is the > real thing to beat - > not simply raw speed. For this part, one needs to figure out which part of the processing stack causes this. With bigger document sizes parsing does not exhibit such behaviour, although construction of in-memory models may (and probably has to, to explain why Soap processing a la Axis 1.x chokes with bigger message sizes). But as likely it is the actual processing on that model (XSLT and similar) that does it, and there it is likely to be algorithmic problem (whether inherent to xslt[-like] approach or not). And ways to improve this part of the problem is quite different from dealing with lower level aspects. -+ Tatu +- __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
|

Cart



