<?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/"
		>
<channel>
	<title>Comments on: S3 Streaming With PHP</title>
	<atom:link href="http://www.missiondata.com/blog/linux/49/s3-streaming-with-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.missiondata.com/blog/systems-integration/49/s3-streaming-with-php/</link>
	<description>Louisville-based Web Development &#038; Software Engineering</description>
	<lastBuildDate>Tue, 02 Mar 2010 02:10:53 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kamal</title>
		<link>http://www.missiondata.com/blog/systems-integration/49/s3-streaming-with-php/comment-page-1/#comment-17536</link>
		<dc:creator>Kamal</dc:creator>
		<pubDate>Tue, 10 Apr 2007 13:16:57 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.missiondata.com/linux/49/s3-streaming-with-php/#comment-17536</guid>
		<description>I am using S3.php class to upload files to amazon s3. I updated the s3 class with putObjectStream function and trying to test yr example. But i am not being able to upload even 50MB file. Sometimes, i receive request time out error and sometimes, screen just goes blank and with that, i am not even being able to debug the code. 

Your help would be highly appreciated.</description>
		<content:encoded><![CDATA[<p>I am using S3.php class to upload files to amazon s3. I updated the s3 class with putObjectStream function and trying to test yr example. But i am not being able to upload even 50MB file. Sometimes, i receive request time out error and sometimes, screen just goes blank and with that, i am not even being able to debug the code. </p>
<p>Your help would be highly appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mission_data</title>
		<link>http://www.missiondata.com/blog/systems-integration/49/s3-streaming-with-php/comment-page-1/#comment-11965</link>
		<dc:creator>mission_data</dc:creator>
		<pubDate>Fri, 23 Feb 2007 14:39:30 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.missiondata.com/linux/49/s3-streaming-with-php/#comment-11965</guid>
		<description>The main benefit is that for large files you don&#039;t have them completely stored in memory.</description>
		<content:encoded><![CDATA[<p>The main benefit is that for large files you don&#8217;t have them completely stored in memory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Ezell</title>
		<link>http://www.missiondata.com/blog/systems-integration/49/s3-streaming-with-php/comment-page-1/#comment-9741</link>
		<dc:creator>Alex Ezell</dc:creator>
		<pubDate>Mon, 15 Jan 2007 03:18:25 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.missiondata.com/linux/49/s3-streaming-with-php/#comment-9741</guid>
		<description>What are the benefits/drawbacks of streaming a file versus the putting an object via the typical REST request?

What are the implications of very large (multiple gig) files?</description>
		<content:encoded><![CDATA[<p>What are the benefits/drawbacks of streaming a file versus the putting an object via the typical REST request?</p>
<p>What are the implications of very large (multiple gig) files?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cbmeeks</title>
		<link>http://www.missiondata.com/blog/systems-integration/49/s3-streaming-with-php/comment-page-1/#comment-9239</link>
		<dc:creator>cbmeeks</dc:creator>
		<pubDate>Wed, 10 Jan 2007 12:14:44 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.missiondata.com/linux/49/s3-streaming-with-php/#comment-9239</guid>
		<description>Thanks for this code!  I am working on a C# / PHP project and needed a way of streaming in PHP.

Thanks

cbmeeks
http://www.codershangout.com</description>
		<content:encoded><![CDATA[<p>Thanks for this code!  I am working on a C# / PHP project and needed a way of streaming in PHP.</p>
<p>Thanks</p>
<p>cbmeeks<br />
<a href="http://www.codershangout.com" rel="nofollow">http://www.codershangout.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carsonm</title>
		<link>http://www.missiondata.com/blog/systems-integration/49/s3-streaming-with-php/comment-page-1/#comment-2218</link>
		<dc:creator>carsonm</dc:creator>
		<pubDate>Mon, 27 Nov 2006 14:09:03 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.missiondata.com/linux/49/s3-streaming-with-php/#comment-2218</guid>
		<description>There are multiple ways you can do that. If the fragments are small enough the easiest way would probably be to just read them into a buffer then stream the buffer. If the fragment is larger you could seek to the place in the file you want to start from and then let things go from that point. One thing to keep in mind is that the S3 stream is a pump you are providing data to. From your example you are trying to be the pump to push the data.</description>
		<content:encoded><![CDATA[<p>There are multiple ways you can do that. If the fragments are small enough the easiest way would probably be to just read them into a buffer then stream the buffer. If the fragment is larger you could seek to the place in the file you want to start from and then let things go from that point. One thing to keep in mind is that the S3 stream is a pump you are providing data to. From your example you are trying to be the pump to push the data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sven</title>
		<link>http://www.missiondata.com/blog/systems-integration/49/s3-streaming-with-php/comment-page-1/#comment-2192</link>
		<dc:creator>Sven</dc:creator>
		<pubDate>Sun, 26 Nov 2006 10:10:09 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.missiondata.com/linux/49/s3-streaming-with-php/#comment-2192</guid>
		<description>is it anyhow possible to send &quot;fragments&quot; of a file?

I have this php code:
$fp = fopen(....)

while(!feof($fp)) {
$fragment = fread(..);

-&gt; USE MISSIONDATA&#039;S CLASS TO STREAM FILE-FRAGMENT TO S3
}

any possibility?</description>
		<content:encoded><![CDATA[<p>is it anyhow possible to send &#8220;fragments&#8221; of a file?</p>
<p>I have this php code:<br />
$fp = fopen(&#8230;.)</p>
<p>while(!feof($fp)) {<br />
$fragment = fread(..);</p>
<p>-&gt; USE MISSIONDATA&#8217;S CLASS TO STREAM FILE-FRAGMENT TO S3<br />
}</p>
<p>any possibility?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
