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

Re: Subversion trunk (r1078338) HTTP(/WC?) performance problems?

From: Justin Erenkrantz <justin.erenkrantz_at_gmail.com>
Date: Wed, 9 Mar 2011 09:02:17 -0800

On Wed, Mar 9, 2011 at 8:57 AM, Philip Martin
<philip.martin_at_wandisco.com> wrote:
> You are not looking at the right epoll_wait, look 14 lines down from the
> start.  That epoll_wait call takes <0.039952>.  The line below that
> shows a delay of 0.040042 to the subsequent read call.  So epoll_wait is
> responsible for nearly all the delay.

This epoll_wait() is waiting for the response back from the server, so
it makes sense that it'd take longer. Do we know the server responded
sooner? Could it be something on the server side? IOW, this pattern
looks correct on the syscall() side. -- justin
Received on 2011-03-09 18:02:51 CET

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.