<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: Importing Large RDF Documents: Streaming Parsing of RDF/XML with ARC2</title>
	<atom:link href="http://blogs.talis.com/n2/archives/71/feed" rel="self" type="application/rss+xml" />
	<link>http://blogs.talis.com/n2/archives/71</link>
	<description>All about developing with the Talis Platform</description>
	<lastBuildDate>Wed, 21 Dec 2011 19:51:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Keith Alexander</title>
		<link>http://blogs.talis.com/n2/archives/71/comment-page-1#comment-3995</link>
		<dc:creator>Keith Alexander</dc:creator>
		<pubDate>Mon, 17 Jan 2011 16:27:58 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.talis.com/n2/archives/71#comment-3995</guid>
		<description>I should have said: a task this is very useful for when using the Talis Platform is POSTing data from a large file to the platform. POSTing single large files can be slow and unreliable: it is better to post data in chunks of around 1-2mb. You can do this by extending ARC&#039;s parser (as above) to store a buffer of around 1000 triples, and POST the data to the Platform whenever the buffer reaches 1000 triples.</description>
		<content:encoded><![CDATA[<p>I should have said: a task this is very useful for when using the Talis Platform is POSTing data from a large file to the platform. POSTing single large files can be slow and unreliable: it is better to post data in chunks of around 1-2mb. You can do this by extending ARC&#8217;s parser (as above) to store a buffer of around 1000 triples, and POST the data to the Platform whenever the buffer reaches 1000 triples.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

