<?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: Step 8 &#8211; The LMSSetValue() Function</title>
	<atom:link href="http://www.vsscorm.net/2009/06/14/the-lmssetvalue-function/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vsscorm.net/2009/06/14/the-lmssetvalue-function/</link>
	<description>A Very Simple SCORM Interface</description>
	<lastBuildDate>Tue, 27 Jul 2010 13:37:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Steve Addison</title>
		<link>http://www.vsscorm.net/2009/06/14/the-lmssetvalue-function/comment-page-1/#comment-31</link>
		<dc:creator>Steve Addison</dc:creator>
		<pubDate>Wed, 18 Nov 2009 01:16:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.vsscorm.net/?p=224#comment-31</guid>
		<description>Hi Joe

I have seen performance problems as &lt;a href=&quot;/2009/11/17/step-43-the-need-for-speed/&quot; rel=&quot;nofollow&quot;&gt;Step 43 - The Need for Speed&lt;/a&gt; (posted today - Tuesday, November 17th, 2009) discusses. But they were (I believe) to do with the course&#039;s use of LMSetValue and LMSGetValue causing excessive numbers of AJAX requests.

I did try the &#039;asynchronous&#039; option early in my investigations, but ran into problems. It seems that courses (SCOs) often use an LMSSetValue() to set a data element value, and then immediately use an LMSGetValue() to read it back into the course in order to make sure that it was transferred correctly. From what I could make out, using &#039;asynchronous&#039; could result in LMSGetValue() being executed &lt;strong&gt;before&lt;/strong&gt; the LMSSetValue(). In this case, the course sees it as an error in transferring the data.

So, in summary, I don&#039;t think you can use the &#039;asynchronous&#039; mode without the risk of confusing the course. Hopefully, the caching system that I&#039;m working on right now will make this problem irrelevant.

Steve</description>
		<content:encoded><![CDATA[<p>Hi Joe</p>
<p>I have seen performance problems as <a href="/2009/11/17/step-43-the-need-for-speed/" rel="nofollow">Step 43 &#8211; The Need for Speed</a> (posted today &#8211; Tuesday, November 17th, 2009) discusses. But they were (I believe) to do with the course&#8217;s use of LMSetValue and LMSGetValue causing excessive numbers of AJAX requests.</p>
<p>I did try the &#8216;asynchronous&#8217; option early in my investigations, but ran into problems. It seems that courses (SCOs) often use an LMSSetValue() to set a data element value, and then immediately use an LMSGetValue() to read it back into the course in order to make sure that it was transferred correctly. From what I could make out, using &#8216;asynchronous&#8217; could result in LMSGetValue() being executed <strong>before</strong> the LMSSetValue(). In this case, the course sees it as an error in transferring the data.</p>
<p>So, in summary, I don&#8217;t think you can use the &#8216;asynchronous&#8217; mode without the risk of confusing the course. Hopefully, the caching system that I&#8217;m working on right now will make this problem irrelevant.</p>
<p>Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://www.vsscorm.net/2009/06/14/the-lmssetvalue-function/comment-page-1/#comment-30</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Tue, 17 Nov 2009 20:17:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.vsscorm.net/?p=224#comment-30</guid>
		<description>First of all..excellent tutorial! 
Have you ever experienced any performance issues as a result of the third parameter (asynchronous/synchronous, true/false) being set to false (synchronous).
I understand that in the GET call, we need to wait on the return, but it seems as if we can set it to asynchronous on the SET call. Make sense?
-Joe</description>
		<content:encoded><![CDATA[<p>First of all..excellent tutorial!<br />
Have you ever experienced any performance issues as a result of the third parameter (asynchronous/synchronous, true/false) being set to false (synchronous).<br />
I understand that in the GET call, we need to wait on the return, but it seems as if we can set it to asynchronous on the SET call. Make sense?<br />
-Joe</p>
]]></content:encoded>
	</item>
</channel>
</rss>
