<?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"
	>
<channel>
	<title>Comments on: CF8: Of Star Wars, Layer Cake and CFAJAXPROXY</title>
	<atom:link href="http://blogs.sanmathi.org/ashwin/2007/07/03/cf8-of-star-wars-layer-cake-and-cfajaxproxy/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.sanmathi.org/ashwin/2007/07/03/cf8-of-star-wars-layer-cake-and-cfajaxproxy/</link>
	<description>Music, Politics and Code</description>
	<pubDate>Thu, 09 Feb 2012 00:38:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Waarborg</title>
		<link>http://blogs.sanmathi.org/ashwin/2007/07/03/cf8-of-star-wars-layer-cake-and-cfajaxproxy/#comment-216</link>
		<dc:creator>Waarborg</dc:creator>
		<pubDate>Wed, 16 Jan 2008 02:32:49 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.sanmathi.org/ashwin/2007/07/03/cf8-of-star-wars-layer-cake-and-cfajaxproxy/#comment-216</guid>
		<description>I was looking for some information about interfacing with del.icio.us web services. And I stumbled on this website. I found more info than I need for now, so I bookmarked this page for future reference. Keep up the good work! See you soon.</description>
		<content:encoded><![CDATA[<p>I was looking for some information about interfacing with del.icio.us web services. And I stumbled on this website. I found more info than I need for now, so I bookmarked this page for future reference. Keep up the good work! See you soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashwin</title>
		<link>http://blogs.sanmathi.org/ashwin/2007/07/03/cf8-of-star-wars-layer-cake-and-cfajaxproxy/#comment-215</link>
		<dc:creator>Ashwin</dc:creator>
		<pubDate>Wed, 04 Jul 2007 01:14:35 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.sanmathi.org/ashwin/2007/07/03/cf8-of-star-wars-layer-cake-and-cfajaxproxy/#comment-215</guid>
		<description>I'm glad you brought this up, Dan, it is something I should have covered in my article.

It's not per remote method, it's per call. Set a callback, make a call. The next call you make using the same proxy instance will use the same callback, unless you set a different callback prior to making the call.

One important point to note in this regard - proxy instances are not thread safe. If you've made a call with one callback handler "cb1" set, and then set another callback handler "cb2" on the same proxy instance before the call returns, "cb2" will be invoked to process the callback rather than "cb1", since that is the state of the proxy at the moment the response returns.

In general, for asynchronous calls, it is advisable to use separate proxy instances. Proxy creation is not a performance overhead - all the initialization is already done at page load.</description>
		<content:encoded><![CDATA[<p>I&#8217;m glad you brought this up, Dan, it is something I should have covered in my article.</p>
<p>It&#8217;s not per remote method, it&#8217;s per call. Set a callback, make a call. The next call you make using the same proxy instance will use the same callback, unless you set a different callback prior to making the call.</p>
<p>One important point to note in this regard - proxy instances are not thread safe. If you&#8217;ve made a call with one callback handler &#8220;cb1&#8243; set, and then set another callback handler &#8220;cb2&#8243; on the same proxy instance before the call returns, &#8220;cb2&#8243; will be invoked to process the callback rather than &#8220;cb1&#8243;, since that is the state of the proxy at the moment the response returns.</p>
<p>In general, for asynchronous calls, it is advisable to use separate proxy instances. Proxy creation is not a performance overhead - all the initialization is already done at page load.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan G. Switzer, II</title>
		<link>http://blogs.sanmathi.org/ashwin/2007/07/03/cf8-of-star-wars-layer-cake-and-cfajaxproxy/#comment-214</link>
		<dc:creator>Dan G. Switzer, II</dc:creator>
		<pubDate>Tue, 03 Jul 2007 18:55:07 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.sanmathi.org/ashwin/2007/07/03/cf8-of-star-wars-layer-cake-and-cfajaxproxy/#comment-214</guid>
		<description>How do you specify a different callback for each remote method?</description>
		<content:encoded><![CDATA[<p>How do you specify a different callback for each remote method?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashwin</title>
		<link>http://blogs.sanmathi.org/ashwin/2007/07/03/cf8-of-star-wars-layer-cake-and-cfajaxproxy/#comment-213</link>
		<dc:creator>Ashwin</dc:creator>
		<pubDate>Tue, 03 Jul 2007 16:17:01 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.sanmathi.org/ashwin/2007/07/03/cf8-of-star-wars-layer-cake-and-cfajaxproxy/#comment-213</guid>
		<description>@Ray, it's after dinner time here, and I just had me a slice - yum!

@Terrence - thanks! And I hope you blog the stuff you're doing with it.

@Sam - yes, of course, I saw your screencast, just forgot to reference it here. For anyone who's reading, go check it out, it's good stuff.</description>
		<content:encoded><![CDATA[<p>@Ray, it&#8217;s after dinner time here, and I just had me a slice - yum!</p>
<p>@Terrence - thanks! And I hope you blog the stuff you&#8217;re doing with it.</p>
<p>@Sam - yes, of course, I saw your screencast, just forgot to reference it here. For anyone who&#8217;s reading, go check it out, it&#8217;s good stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Farmer</title>
		<link>http://blogs.sanmathi.org/ashwin/2007/07/03/cf8-of-star-wars-layer-cake-and-cfajaxproxy/#comment-212</link>
		<dc:creator>Sam Farmer</dc:creator>
		<pubDate>Tue, 03 Jul 2007 16:05:58 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.sanmathi.org/ashwin/2007/07/03/cf8-of-star-wars-layer-cake-and-cfajaxproxy/#comment-212</guid>
		<description>@Ray: haha.

@Ashwin: These are some great entries you are posting on CF8 and AJAX.  FWIW I blogged a screencast of cfAjaxProxy for anyone who wants to see it in action click on my name.</description>
		<content:encoded><![CDATA[<p>@Ray: haha.</p>
<p>@Ashwin: These are some great entries you are posting on CF8 and AJAX.  FWIW I blogged a screencast of cfAjaxProxy for anyone who wants to see it in action click on my name.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Terrence Ryan</title>
		<link>http://blogs.sanmathi.org/ashwin/2007/07/03/cf8-of-star-wars-layer-cake-and-cfajaxproxy/#comment-211</link>
		<dc:creator>Terrence Ryan</dc:creator>
		<pubDate>Tue, 03 Jul 2007 15:31:22 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.sanmathi.org/ashwin/2007/07/03/cf8-of-star-wars-layer-cake-and-cfajaxproxy/#comment-211</guid>
		<description>I've used cfajaxproxy for an internal application this past month. It really is... an elegent addition to CF. It makes trying out a new idea for an ajax operation incredibly easy. Kudos on this feature.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve used cfajaxproxy for an internal application this past month. It really is&#8230; an elegent addition to CF. It makes trying out a new idea for an ajax operation incredibly easy. Kudos on this feature.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raymond Camden</title>
		<link>http://blogs.sanmathi.org/ashwin/2007/07/03/cf8-of-star-wars-layer-cake-and-cfajaxproxy/#comment-210</link>
		<dc:creator>Raymond Camden</dc:creator>
		<pubDate>Tue, 03 Jul 2007 15:30:39 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.sanmathi.org/ashwin/2007/07/03/cf8-of-star-wars-layer-cake-and-cfajaxproxy/#comment-210</guid>
		<description>&lt;p&gt;You know -I love the Star Wars refs - but dude - did you REALLY have to post a picture of cake a few hours before lunch??!??&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>You know -I love the Star Wars refs - but dude - did you REALLY have to post a picture of cake a few hours before lunch??!??</p>
]]></content:encoded>
	</item>
</channel>
</rss>

