<?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: XML-RPC in Actionscript 3.0 &#8211; couple of gotchas</title>
	<atom:link href="http://lowpitch.com/blog/xml-rpc-in-actionscript-30-couple-of-gotchas/feed/" rel="self" type="application/rss+xml" />
	<link>http://lowpitch.com/blog/xml-rpc-in-actionscript-30-couple-of-gotchas/</link>
	<description>Flex and flex ramblings.</description>
	<lastBuildDate>Mon, 06 Oct 2008 08:22:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: lowpitch</title>
		<link>http://lowpitch.com/blog/xml-rpc-in-actionscript-30-couple-of-gotchas/comment-page-1/#comment-6</link>
		<dc:creator>lowpitch</dc:creator>
		<pubDate>Thu, 07 Aug 2008 14:05:55 +0000</pubDate>
		<guid isPermaLink="false">http://lowpitch.com/blog/?p=6#comment-6</guid>
		<description>Hi Mark,

I&#039;ve not had problems specific to IE6/7 as far as I know, but I did get a few stream errors when I was firing off too many requests at once. As it happens, Im also using a Python backend. What errors are you getting?

I found it useful to install this tool - http://www.charlesproxy.com/ - to help me figure out what was going on with my service calls when they were failing.

I have found before that IE will stutter if trying to make more than two calls to the same domain simultaneously, which may or may not be the problem I guess. 

I started structuring my service calls a little differently in the end so as not to flood the service and haven&#039;t had any problems yet. I&#039;m working on a Mac though, so I&#039;ve not tested it massively in IE 6/7 since making the changes, but might give it a try now to see if I experience the same issues.</description>
		<content:encoded><![CDATA[<p>Hi Mark,</p>
<p>I&#8217;ve not had problems specific to IE6/7 as far as I know, but I did get a few stream errors when I was firing off too many requests at once. As it happens, Im also using a Python backend. What errors are you getting?</p>
<p>I found it useful to install this tool &#8211; <a href="http://www.charlesproxy.com/" onclick="javascript:pageTracker._trackPageview('/outbound/comment/www.charlesproxy.com');" rel="nofollow">http://www.charlesproxy.com/</a> &#8211; to help me figure out what was going on with my service calls when they were failing.</p>
<p>I have found before that IE will stutter if trying to make more than two calls to the same domain simultaneously, which may or may not be the problem I guess. </p>
<p>I started structuring my service calls a little differently in the end so as not to flood the service and haven&#8217;t had any problems yet. I&#8217;m working on a Mac though, so I&#8217;ve not tested it massively in IE 6/7 since making the changes, but might give it a try now to see if I experience the same issues.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://lowpitch.com/blog/xml-rpc-in-actionscript-30-couple-of-gotchas/comment-page-1/#comment-5</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Thu, 07 Aug 2008 12:56:14 +0000</pubDate>
		<guid isPermaLink="false">http://lowpitch.com/blog/?p=6#comment-5</guid>
		<description>Hi Toby,

Very cool post. I am using PureMVC, as3-rpclib and flex to talk to a Python back end, have you hit any issues with IE 6 &amp; IE 7?

I found that we are getting stream errors occassionally with both those browsers. Especially if requests are done in quick succession. 

PS: Its not the cache bug because POSTs don&#039;t use cache and the as3-rpclib uses POSTS for the xmlrpc.</description>
		<content:encoded><![CDATA[<p>Hi Toby,</p>
<p>Very cool post. I am using PureMVC, as3-rpclib and flex to talk to a Python back end, have you hit any issues with IE 6 &amp; IE 7?</p>
<p>I found that we are getting stream errors occassionally with both those browsers. Especially if requests are done in quick succession. </p>
<p>PS: Its not the cache bug because POSTs don&#8217;t use cache and the as3-rpclib uses POSTS for the xmlrpc.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
