Re: mod_backhandunresponsive, then failure to requests

Theo Schlossnagle <[email protected]> Mon, 21 Feb 2005 09:23:17 -0500
Newsgroups gmane.comp.apache.mod-backhand.general
Message-ID <[email protected]>
Lister wrote:

> Theo Schlossnagle wrote:
>
>> Turn of connection pooling and see if that helps your situation.
>>
>> BackhandConnectionPools off
>
>
>
> No, wait, I had it in the <Directory> </Directory> not I put it
> in the <IfModule mod_backhand.c> </IfModule> and it seems
> better. Thanks.
> Now it just runs really slow, on a 10 mbit lan, 3 minutes for a
> 109 kB.

Sounds like a networking problem to me.  Once mod_backhand does the 
proxying, it is dirt simple:

while(read from backend) { write to client }.

-- 
// Theo Schlossnagle
// Principal Engineer -- http://www.omniti.com/~jesus/
// Postal Engine -- http://www.postalengine.com/
// Ecelerity: fastest MTA on Earth