Posted on 2005-08-13 20:45:53-07 by book in response to 878
Re: Any way to tell HTTP::Proxy to end?

Well, you could always do $self->proxy->{loop} = 0 but that would break the encapsulation.

Breaking the loop will prevent new childs to be forked, but the living one will at least finished the active connections before dying (they will not accept new connections).

Should I make loop() a read-write accessor in 0.16?

Direct Responses: 880 | Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.