Perlbal reproxied downloads stalling
Brad Fitzpatrick
brad at danga.com
Fri Sep 15 19:13:44 UTC 2006
On Thu, 14 Sep 2006, Sam G wrote:
> Here is what I have changed it to:
>
> sub as_string {
> my Perlbal::ClientProxy $self = shift;
>
> my $ret = $self->SUPER::as_string;
> if ($self->{backend}) {
> my $ipport = $self->{backend}->{ipport};
> $ret .= "; backend=$ipport";
> }
>
> $ret .= "; write_buf_size=$self->{write_buf_size}"
> if $self->{write_buf_size} > 0;
> $ret .= "; stalled=$self->{backend_stalled}";
>
> $ret .= "; highpri" if $self->{high_priority};
> $ret .= "; lowpri" if $self->{low_priority};
> ...
Can I get the output of 'socks' again when it's stalled, now that you've
done that change?
I'm thoroughly confused. BTW, I'd ignore the "make test" failing for
now.... I think that's a red herring, but I'll figure it out more on
Monday, giving you a test that's more robust to port numbers being in
use on your machine.
- Brad
More information about the perlbal
mailing list