[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Entries caching & Performance

From: Brandon Ehle <azverkan_at_yahoo.com>
Date: 2002-11-26 18:16:32 CET

>
>
>>The other half of the time spent comes from ne_xml_parse. I am not sure
>>how this could be made faster short of replacing expat with something
>>faster.
>>
>>
>
>Have you tried libxml2? (I don't know if it's faster, but it's the only
>other parser supported by neon at the moment)
>
>
First, I will try to get ahold of the expat guys and see if there is a
way to get expat to run faster or if we are using expat in a way thats
not 100% optimal.

Another alternative would be to make the XML_Parse() stuff SMP-safe and
use multiprocessors to read the working copy entries, while this
wouldn't affect everyone, it would make the system more scalable.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Nov 26 15:14:20 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.