network performance measurements

Brad Fitzpatrick brad@danga.com
Tue, 12 Aug 2003 16:43:49 -0700 (PDT)


I was thinking:  how about I just ditch c->write_and_uncork and check
instead of c->write_and_go == conn_read?  If the state machine is moving
from writing to reading, it's done writing.

I'll do that.  Reply if you can think of a case where that's the wrong
thing, let me know.



On Wed, 13 Aug 2003, Anatoly Vorobey wrote:

> On Tue, Aug 12, 2003 at 12:58:36PM -0700, Brad Fitzpatrick wrote:
> > Patch is below.  Avva, please review.
>
> You only uncork in out_string(). Not all response paths end in
> out_string(), though almost all do. One exception I found is
> "stats slabs", there may be others.
>
> Besides this problem, the patch seems fine.
>
> --
> avva
>
>