<?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: Flex socket sucks	</title>
	<atom:link href="https://davidsson.co/flex-socket-sucks/feed/" rel="self" type="application/rss+xml" />
	<link>https://davidsson.co/flex-socket-sucks/</link>
	<description>THOUGHTS AND IDEAS</description>
	<lastBuildDate>Fri, 22 Jan 2010 05:54:19 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: avejidah		</title>
		<link>https://davidsson.co/flex-socket-sucks/#comment-44</link>

		<dc:creator><![CDATA[avejidah]]></dc:creator>
		<pubDate>Fri, 22 Jan 2010 05:54:19 +0000</pubDate>
		<guid isPermaLink="false">http://teknograd.wordpress.com/?p=89#comment-44</guid>

					<description><![CDATA[Indeed.  I implemented some socket code today and quickly became frustrated with the poor socket implementation.  FileReference has an upload method, and it dispatches a progress event.  I&#039;ve been implementing a bulk file uploader/image resizer, and since my code resizes the images, I need to modify the data before uploading.  Since FileReference doesn&#039;t allow the data to be modified even in memory (for some stupid reason), I decided to implement my own socket code to upload.  Well, I quickly found that I cannot get the status of the upload.  The progress event evidently fires when the upload is complete, which does no good on large files.  What a load of crap flex sockets are!]]></description>
			<content:encoded><![CDATA[<p>Indeed.  I implemented some socket code today and quickly became frustrated with the poor socket implementation.  FileReference has an upload method, and it dispatches a progress event.  I&#8217;ve been implementing a bulk file uploader/image resizer, and since my code resizes the images, I need to modify the data before uploading.  Since FileReference doesn&#8217;t allow the data to be modified even in memory (for some stupid reason), I decided to implement my own socket code to upload.  Well, I quickly found that I cannot get the status of the upload.  The progress event evidently fires when the upload is complete, which does no good on large files.  What a load of crap flex sockets are!</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
