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

Re: Large Repositories - related to Re: Issuezilla #1350 -- update

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-07-11 21:31:38 CEST

Philip Martin <philip@codematters.co.uk> writes:

> Ben Collins-Sussman <sussman@collab.net> writes:
>
> > Yikes, when watching ethereal, do you see lots of data streaming
> > during those 3 minutes?
>
> Yes, there is traffic. Using neon debugging I see things like this
> coming across

Yes, those are 'proplists' for each of the 1000 children. The client
should be parsing that stream in real time, and caching the data in
memory. When it's done parsing, it starts performing GET requests,
and that's when the user sees the first "A".

Maybe that's the real problem here... can the client really take 3
minutes just to parse 1000 of those <response> objects? I mean,
neither client nor server is "blocking" on the other, as they used to
be, but still this system isn't optimal. :-(

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jul 11 21:33:31 2003

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.