AOL Cache

Jon Knight jon at net.lut.ac.uk
Fri Apr 17 04:24:11 EDT 1998


On Thu, 16 Apr 1998, Michael Sauers wrote:
> On the issue that some have raised regarding "but everyone caches and it's a
> normal part of the net" I will generally agree.  But, isn't what AOL is
> doing, i.e. caching on a much grander scale and not just on an individuals
> machine, a little different than what has been going on all along?

I think you'll find that the JANET Web Cache
(<URL:http://wwwcache.ja.net/>) is also caching on a relatively grand
scale (it handled 42960.468MB of traffic yesterday alone!) and has been
going for some years now.  Nobody seems to have a problem with it and
indeed the JISC (who fund JANET here in the UK) view it as such an
essential part of the academic network that it is going to be exempt from
trans-Atlantic usage charges when they are introduced later this summer.

Tatty bye,

Jim'll

#!/usr/bin/perl -- -Whois++-client-in-6-lines-of-Perl -Beat-that-Z39.50! 
use IO::Socket;sub w{$f=shift;$a{$f}=1;($h,$p,$q)=split("/",$f);$s=
IO::Socket::INET->new(PeerAddr=>"$h:$p")||return;print $s "$q\r\n";while(<$s>)
{next if(/^%/);if(/^# SERVER-TO-ASK/){while(<$s>){$x=$1 if/Name: (.*)\r\n$/;$y
=$1 if/Port: (.*)\r\n$/;$f="$x/$y/$q";@j=(@j,$f)if(/^# END/&&!$a{$f});}}else{
print;}}close($s);}@j=shift;while(@j){w(pop(@j));}# whois++.pl host/port/query



More information about the Web4lib mailing list