<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Wil Tan &#187; www</title>
	<atom:link href="http://dready.org/blog/category/www/feed/" rel="self" type="application/rss+xml" />
	<link>http://dready.org/blog</link>
	<description>musings on internationalized identifiers: domain names, OpenID, TLDs</description>
	<lastBuildDate>Thu, 15 Dec 2011 03:42:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Multipart Web Requests</title>
		<link>http://dready.org/blog/2007/10/02/multipart-web-requests/</link>
		<comments>http://dready.org/blog/2007/10/02/multipart-web-requests/#comments</comments>
		<pubDate>Tue, 02 Oct 2007 03:28:44 +0000</pubDate>
		<dc:creator>wil</dc:creator>
				<category><![CDATA[http]]></category>
		<category><![CDATA[webeng]]></category>
		<category><![CDATA[www]]></category>

		<guid isPermaLink="false">http://dready.org/blog/2007/10/02/multipart-web-requests/</guid>
		<description><![CDATA[Andy Skelton posted a proposal for a mechanism by which a web server could send related objects to a resource in response to a single request. It&#8217;s quite an interesting idea, although I&#8217;m not sure how much we could gain given that most clients today do HTTP pipelining. It could reduce loads on the server, [...]
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><a href="http://andy.wordpress.com/">Andy Skelton</a> posted a proposal for a <a href="http://andy.wordpress.com/2007/10/01/proposal-multipart-web-requests/">mechanism by which a web server could send related objects to a resource</a> in response to a single request. It&#8217;s quite an interesting idea, although I&#8217;m not sure how much we could gain given that most clients today do HTTP pipelining.</p>
<p>It <em>could</em> reduce loads on the server, but I&#8217;m not sure either. Most static content is served very efficiently on the server using the <a href="http://www.freebsd.org/cgi/man.cgi?query=sendfile&#038;sektion=2">sendfile (2)</a> system call. By mixing static content with dynamic (the HTML which has to know what its embedded objects are), it may be difficult to implement efficiently.</p>
<p>That said, it could have some merits, and a more in-depth analysis would be needed and I&#8217;d be interested to see how it pans out.</p>
<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://dready.org/blog/2007/10/02/multipart-web-requests/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

