[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: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-07-11 21:53:02 CEST

Ben Collins-Sussman <sussman@collab.net> writes:

> 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. :-(

I don't think it's the client, during that delay it's httpd that is
using all available CPU, the client barely registers. Initially there
are two httpd processes sharing the CPU (I'm using the prefork MPM)
and later only a single one. Once the client starts printing 'A'
feedback the CPU is shared between client and server.

-- 
Philip Martin
---------------------------------------------------------------------
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:54:16 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.