<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc = "http://purl.org/dc/elements/1.1/" xmlns="http://purl.org/rss/1.0/">
	<channel rdf:about="http://livedocs.adobe.com/">
	<title>LiveDocs Comments - coldfusion - 7 - htmldocs - 00001408.htm</title>	
		<link>http://livedocs.adobe.com/</link>
		<description>Macromedia LiveDocs - online documentation with user feedback.</description>
		<copyright>Copyright 2009, Macromedia, Inc.</copyright>
		<dc:date>2009-11-26T00:36:48</dc:date>
		<dc:language>en-us</dc:language>
		<items>
			<rdf:Seq>
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00001408.htm#38181" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00001408.htm#31864" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00001408.htm#31045" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00001408.htm#29535" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00001408.htm#29210" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00001408.htm#28803" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00001408.htm#27937" />
			</rdf:Seq>
		</items>
	</channel>
	
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00001408.htm#38181">
		<title>coldfusion/7/htmldocs/00001408.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00001408.htm#38181</link>
		<description>As indicated in the reference documentation (http://livedocs.macromedia.com/coldfusion/7/htmldocs/00000256.htm&lt;br&gt;), the timeout value is in seconds.</description>
		<dc:creator>ASandstrom</dc:creator>
		<dc:type>1 1</dc:type>
		<dc:date>2005-08-01T08:25:57</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00001408.htm#31864">
		<title>coldfusion/7/htmldocs/00001408.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00001408.htm#31864</link>
		<description>mindtrap,&lt;br&gt;I asked a developer and this is what he said:&lt;br&gt;***&lt;br&gt;Flash doesn't update the server. When the CFML is run these form values are stored in memory and once the form is loaded the values are retrieved once (then disposed of on the server). At this point the form is loaded and the values are all on the client. Until the form is posted there is no more client/server interaction. &lt;br&gt;&lt;br&gt;And yes they won't interfere with each other; both get their own cached version of the form values.&lt;br&gt;&lt;br&gt;Also, on this thread I noticed another posting about the cfform.swc file size. That is a fixed size that won't change. But it's only downloaded once, and then cached in the users browser cache. Once this is cached each cfform instance is only about 15k in size (this is why we have to swf, so the large part is cached).&lt;br&gt;****</description>
		<dc:creator>jrunrandy</dc:creator>
		<dc:type>1 1</dc:type>
		<dc:date>2005-04-19T14:44:12</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00001408.htm#31045">
		<title>coldfusion/7/htmldocs/00001408.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00001408.htm#31045</link>
		<description>In regards to storing the form data in the server's memory.  Does flash update the field data to the server on the onUnload event or does flash repeatedly update the server at each keystroke.&lt;br /&gt;&lt;br /&gt;Also, I'm assuming that if a user has two browers open to the same form, the  values won't interfere with each other.</description>
		<dc:creator>mindtrap</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-04-07T14:30:17</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00001408.htm#29535">
		<title>coldfusion/7/htmldocs/00001408.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00001408.htm#29535</link>
		<description>Good question. The SWFs that are generated for Flash forms contain the entire Flex app model, so even if you have just two fields, the SWFs aren't small. That said, 260K seems large. You might try posting this question to the online forums to see what other developers are encountering: http://webforums.macromedia.com/coldfusion or click the Forums link on any CFMX 7 LiveDocs page.</description>
		<dc:creator>jrunrandy</dc:creator>
		<dc:type>1 1</dc:type>
		<dc:date>2005-03-11T08:13:40</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00001408.htm#29210">
		<title>coldfusion/7/htmldocs/00001408.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00001408.htm#29210</link>
		<description>The caching is not in one of the CF scopes, Each form delivered to a user wil get a unique ID which links to the cached values for that user. As long as only the form values change, all of the users will get the same movie from the cache.</description>
		<dc:creator>jrunrandy</dc:creator>
		<dc:type>1 1</dc:type>
		<dc:date>2005-03-07T16:53:03</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00001408.htm#28803">
		<title>coldfusion/7/htmldocs/00001408.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00001408.htm#28803</link>
		<description>The statement &quot;When a Flash form is generated, the values for the form are stored in memory on the server.&quot; is unclear about the scope of values stored in memory.  Are they global for the server, application scope, session scope, some other scope?  Also, can many users that may use a form to display different data in the form benefit from caching?</description>
		<dc:creator>GregK</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-03-02T07:46:26</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00001408.htm#27937">
		<title>coldfusion/7/htmldocs/00001408.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00001408.htm#27937</link>
		<description>Please pay attention to the points under &quot;Minimizing form recompilation&quot;. Form recompilation is a relatively expensive process, so you want to do this only when necessary. In particular, observe the first point: Data should be the only thing that changes. If you change anything else, you force a recompile for every user that encounters changed data. For example, if you use a label to display the individual user name, every users hits a recompile.</description>
		<dc:creator>jrunrandy</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-02-16T10:43:44</dc:date>
	</item>
	</rdf:RDF>

