[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
IOS new versions and network load
- Subject: IOS new versions and network load
- From: jared at puck.nether.net (Jared Mauch)
- Date: Mon, 18 Sep 2017 12:19:14 -0400
- In-reply-to: <154b1c7f-3479-4fce-a201-97c9afeab918@Spark>
- References: <[email protected]> <CAHf3uWxoFNXx7-6xComzPLohbzPw6SkLsO34AXSKi8KhXxZR7Q@mail.gmail.com> <[email protected]> <CAHf3uWyq1SjJHJMCLKBjvYUrn+=LsqJyyV76msgt4TvEUgn+0g@mail.gmail.com> <[email protected]> <1912716896.66776.1505738890500.JavaMail.mhammett@ThunderFuck> <[email protected]> <[email protected]> <154b1c7f-3479-4fce-a201-97c9afeab918@Spark>
> On Sep 18, 2017, at 11:57 AM, Marco Slater <marco at marcoslater.com> wrote:
>
>> While we donâ??t use Apple's caching servers we do have transparent caching in place which nets us about 82% of their content being serverd locally. On a big IOS update it will probably be close to 99% for that one title.
>
> Would you be open to elaborating a bit on how thatâ??s set up on your network? :)
I used to run a transparent cache that redirected tcp/80 traffic to a squid instance that was configured to hold the objects for an extended period of time and ignore the do-not-cache type options sent from the CDNs.
A quick search in your favorite AltaVista location returns URLs like this:
https://lkrms.org/caching-ios-updates-on-a-squid-proxy-server/
- Jared