Re: Client-side expanded url's

Mic Bowman <mic@transarc.com> Fri, 08 March 1996 14:35 UTC

Received: from ietf.cnri.reston.va.us by IETF.CNRI.Reston.VA.US id aa12666; 8 Mar 96 9:35 EST
Received: from CNRI.Reston.VA.US by IETF.CNRI.Reston.VA.US id aa12662; 8 Mar 96 9:35 EST
Received: from services.Bunyip.COM by CNRI.Reston.VA.US id aa07323; 8 Mar 96 9:34 EST
Received: (from daemon@localhost) by services.bunyip.com (8.6.10/8.6.9) id IAA08014 for uri-out; Fri, 8 Mar 1996 08:18:21 -0500
Received: from mocha.bunyip.com (mocha.Bunyip.Com [192.197.208.1]) by services.bunyip.com (8.6.10/8.6.9) with SMTP id IAA08009 for <uri@services.bunyip.com>; Fri, 8 Mar 1996 08:18:19 -0500
Received: from po2.transarc.com by mocha.bunyip.com with SMTP (5.65a/IDA-1.4.2b/CC-Guru-2b) id AA05750 (mail destined for uri@services.bunyip.com); Fri, 8 Mar 96 08:18:15 -0500
Message-Id: <9603081318.AA05750@mocha.bunyip.com>
Received: from transarc.com (gondor.transarc.com, [158.98.20.9]) by po2.transarc.com (5.54/3.15) id <AA06026> for uri@bunyip.com; Fri, 8 Mar 96 08:18:12 EST
X-Mailer: exmh version 1.6.4 10/10/95
To: uri@bunyip.com
Subject: Re: Client-side expanded url's
In-Reply-To: Your message of "Thu, 07 Mar 1996 08:04:37 EST." <199603071304.IAA14740@zeppo.East.Sun.COM>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Date: Fri, 08 Mar 1996 08:18:10 -0500
Sender: ietf-archive-request@IETF.CNRI.Reston.VA.US
From: Mic Bowman <mic@transarc.com>
X-Orig-Sender: owner-uri@bunyip.com
Precedence: bulk

A couple years ago, Transarc built a URL translation facility to
define equivalent URLs with a preferred order for access.  Our motivation
was to make use of the caching/replication facilities of a wide-area
file system like AFS/DFS.  Given the choice of pulling a page from an
http server or the equivalent page from an afs server, I generally
prefer the afs server.

The translation worked through a series of rules not unlike the rules
that some servers have for translating incoming HTTP paths into local
file system paths.  The rules file looks something like this:

pattern:
	substitution1 [frequency]
	substitution2 [frequency]
	...

If the URL matches the pattern, then choose a substitution.  The
substitution is chosen randomly with a distribution based on the 
frequency parameter.  

In addition to enabling dual access to files available through both 
afs and http, the translation provides a nice way to access transparently 
proxy servers, ftp mirror archives, and replicated http sites.

For more information you might want to check out:

  http://www.transarc.com/Department/Research/projects/SynFS/translate.html

--Mic

-----------------------------------------------------------------
Member of Technical Staff, Lead Architect Research Group
Transarc Corporation
The Gulf Tower, 707 Grant Street
Pittsburgh, PA 15219
(412) 338-6752
(412) 338-4404 (FAX)

WWW: http://www.transarc.com/~mic/Bio.html
-----------------------------------------------------------------