On Thu, Jan 03, 2002 at 11:56:26AM -0500, Greg Ames wrote: > I do see some weirdness in 2.0.30 with www.apache.org/dyn/closer.cgi - > it looks like we're doing one byte reads from the pipe to the cgi. I > don't know yet if 2_0_28 does the same. That's all I've spotted so far, > except for a couple of annoying extra syscalls that also exist in > 2_0_28.
I don't think that would spike the run queue more than 1, no? Of course, one-byte reads from a cgi pipe are just plain bogus to begin with, but on a different scale methinks. -aaron