Is this in addition to the previous patches, or in place of them?
Ross
On Sat, 2009-11-28 at 11:34 +0000, Mark Hindley wrote:

> 
> Actually, I have had another thought.
> 
> Try this:
> 
> diff --git a/apt-cacher2 b/apt-cacher2
> index ed53849..f04cadf 100755
> --- a/apt-cacher2
> +++ b/apt-cacher2
> @@ -1211,7 +1211,7 @@ sub connect_curlm {
>                               }
>                           }
>                           # Check for pending new request
> -                         if ($active_handles && $select->can_read(0)) {
> +                         if ($active_handles && $select->can_read(0.00001)) {
>                               debug_message('Pending connection');
>                               next LIBCURL_REQUEST;
>                           }
> 
> 
> Does that help? Does it hit your throughput?
> 
> Mark




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to