Re: mod_backhandunresponsive, then failure to requests
Lister <[email protected]> Mon, 21 Feb 2005 11:03:58 -0800
| Newsgroups | gmane.comp.apache.mod-backhand.general |
|---|---|
| Message-ID | <[email protected]> |
Theo Schlossnagle wrote:
> 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 }.
>
Exactly right. Thanks.