Welcome to WebHeadStart.org

Web Technologies

Sponsored By

WebHeadStart.org is currently in beta.
Please pardon our appearance as we work to provide you with the most comprehensive reference on today's web technologies.

Interested in advertising on WebHeadStart? Become an advertising partner today!

[WWW-HTML Mailing List Archive Home] [Messages By Thread] [Messages By Date]

Re: Multisuperfetcha: load balancing the HTML

From: David Woolley <david@djwhome.demon.co.uk>
Date: Fri, 10 Mar 2006 23:39:29 +0000 (GMT)
Message-Id: <200603102339.k2ANdTG03571@djwhome.demon.co.uk>
To: www-html@w3.org

> <a href=3D"http://www.python.org/ ","http://www.python.mirror1.org ","http://=
> www.python.mirror2.org/">Python Powered</a>

This is not well formed XML and lexically invalid SGML.  Accounting for that,
what you have here seems to me to be a single compound resource locator, not
three separate ones.  As its a resource locator, it is not a W3C issue,
but rather an IETF one.

To be honest, I find it difficult to think of many cases were this sort of
mechanism wouldn't be an abuse of the internet (if the site is popular,
caching three copies at your ISP is a waste of their resources; if
it isn't popular, it is likely that the bottleneck will be the client
in almost all cases).

However, the right way of doing this is probably to use rel attributes.
Typically, where there are mirrors, the initial link is to the mirrors
page, so that needs one type of relationship, and the mirrors pages links
to the individual mirrors, which would use a different relationship type,
to indicate that all URLs with that relationship on the page represented
the same resource.
Received on Friday, 10 March 2006 23:39:53 GMT
Valid XHTML 1.0! Valid CSS! Site Map | Privacy Policy | Terms of Use | WebHeadStart.org © 2005 All Rights Reserved.