Re: [squid-users] delay_pools to "slow down" instead of "blocking" sites like ebay.com

2009-05-26 Thread Amos Jeffries
> Calamaris' statistics reveal that our users spend way too much time on
> non work-related pages.
>
> Can delay_pools be used to somewhat "lessen" the user experience of
> those non work-related sites (e.g. slow them down considerably?)
>

Why yes. Thats their purpose.

Use delay_pool_access to determine which requests/connections get pooled
and which don't.

Amos




Re: [squid-users] delay_pools to "slow down" instead of "blocking" sites like ebay.com

2009-05-26 Thread Chris Robertson

Ralf Hildebrandt wrote:

Calamaris' statistics reveal that our users spend way too much time on
non work-related pages. 


Can delay_pools be used to somewhat "lessen" the user experience of
those non work-related sites (e.g. slow them down considerably?)
  


Yes.

acl non-work dstdomain .ebay.com .craigslist.com
delay_pools 1
delay_class 1 1
delay_parameters 1 1250/1250
delay_access 1 allow non-work
delay_access 1 deny all


Would define a single shared pool, with 1.25 kbytes/sec (10kbit/sec) 
available bandwidth which would affect access to ebay.com, 
craigslist.com and all of their subdomains.


Chris


Re: [squid-users] delay_pools to "slow down" instead of "blocking" sites like ebay.com

2009-05-26 Thread Kinkie
Yes.

Squid 3's class 4 (if you authenticate users) and class 5 (if you
don't) delay pools are especially useful for this.

  Francesco

On 5/26/09, Ralf Hildebrandt  wrote:
> Calamaris' statistics reveal that our users spend way too much time on
> non work-related pages.
>
> Can delay_pools be used to somewhat "lessen" the user experience of
> those non work-related sites (e.g. slow them down considerably?)
>
> --
> Ralf Hildebrandt
>   Geschäftsbereich IT | Abteilung Netzwerk
>   Charité - Universitätsmedizin Berlin
>   Campus Benjamin Franklin
>   Hindenburgdamm 30 | D-12200 Berlin
>   Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962
>   ralf.hildebra...@charite.de | http://www.charite.de
>

-- 
Sent from my mobile device

/kinkie