<?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: AIR 2.0 Web Server using the New Server Socket API</title>
	<atom:link href="http://coenraets.org/blog/2009/12/air-2-0-web-server-using-the-new-server-socket-api/feed/" rel="self" type="application/rss+xml" />
	<link>http://coenraets.org/blog/2009/12/air-2-0-web-server-using-the-new-server-socket-api/</link>
	<description>Rich Internet Applications, Flex, AIR, Java, Android</description>
	<lastBuildDate>Fri, 30 Jul 2010 06:45:45 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Leonardo França</title>
		<link>http://coenraets.org/blog/2009/12/air-2-0-web-server-using-the-new-server-socket-api/comment-page-1/#comment-395140</link>
		<dc:creator>Leonardo França</dc:creator>
		<pubDate>Fri, 18 Jun 2010 16:20:39 +0000</pubDate>
		<guid isPermaLink="false">http://coenraets.org/blog/?p=309#comment-395140</guid>
		<description>Congratulations for the excellent sample =)</description>
		<content:encoded><![CDATA[<p>Congratulations for the excellent sample =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GOD</title>
		<link>http://coenraets.org/blog/2009/12/air-2-0-web-server-using-the-new-server-socket-api/comment-page-1/#comment-373083</link>
		<dc:creator>GOD</dc:creator>
		<pubDate>Fri, 05 Mar 2010 15:27:55 +0000</pubDate>
		<guid isPermaLink="false">http://coenraets.org/blog/?p=309#comment-373083</guid>
		<description>To solve the issue (ServerSocketConnectEvent )
  use Air2Beta1 instead of Air2Beat2.</description>
		<content:encoded><![CDATA[<p>To solve the issue (ServerSocketConnectEvent )<br />
  use Air2Beta1 instead of Air2Beat2.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sreejith</title>
		<link>http://coenraets.org/blog/2009/12/air-2-0-web-server-using-the-new-server-socket-api/comment-page-1/#comment-373080</link>
		<dc:creator>Sreejith</dc:creator>
		<pubDate>Fri, 05 Mar 2010 15:23:07 +0000</pubDate>
		<guid isPermaLink="false">http://coenraets.org/blog/?p=309#comment-373080</guid>
		<description>Solution 

   Use AIR2Beta sdk.  Air2Beat2 sdk doesnt work.</description>
		<content:encoded><![CDATA[<p>Solution </p>
<p>   Use AIR2Beta sdk.  Air2Beat2 sdk doesnt work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: who</title>
		<link>http://coenraets.org/blog/2009/12/air-2-0-web-server-using-the-new-server-socket-api/comment-page-1/#comment-367037</link>
		<dc:creator>who</dc:creator>
		<pubDate>Fri, 29 Jan 2010 09:38:21 +0000</pubDate>
		<guid isPermaLink="false">http://coenraets.org/blog/?p=309#comment-367037</guid>
		<description>I have solved the problem:
“Type was not found or was not a compile-time constant: ServerSocketConnectEvent.”

I download the AIR 2.0 SDK

and follow this document:
http://labs.adobe.com/wiki/index.php/AIR_2:Release_Notes#How_to_overlay_the_Adobe_AIR_SDK_for_use_with_the_Flex_SDK

It is work.

(sorry, my english is not good, if you dont know what I say, I&#039;m so sorry....)</description>
		<content:encoded><![CDATA[<p>I have solved the problem:<br />
“Type was not found or was not a compile-time constant: ServerSocketConnectEvent.”</p>
<p>I download the AIR 2.0 SDK</p>
<p>and follow this document:<br />
<a href="http://labs.adobe.com/wiki/index.php/AIR_2:Release_Notes#How_to_overlay_the_Adobe_AIR_SDK_for_use_with_the_Flex_SDK" rel="nofollow">http://labs.adobe.com/wiki/index.php/AIR_2:Release_Notes#How_to_overlay_the_Adobe_AIR_SDK_for_use_with_the_Flex_SDK</a></p>
<p>It is work.</p>
<p>(sorry, my english is not good, if you dont know what I say, I&#8217;m so sorry&#8230;.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keshaw</title>
		<link>http://coenraets.org/blog/2009/12/air-2-0-web-server-using-the-new-server-socket-api/comment-page-1/#comment-366371</link>
		<dc:creator>Keshaw</dc:creator>
		<pubDate>Mon, 25 Jan 2010 18:35:24 +0000</pubDate>
		<guid isPermaLink="false">http://coenraets.org/blog/?p=309#comment-366371</guid>
		<description>@James, @Nathan

Same problem with me too

private function socketConnectHandler(event:ServerSocketConnectEvent):void
{
var socket:Socket = event.socket;
socket.addEventListener(ProgressEvent.SOCKET_DATA, socketDataHandler);
}


Any body got the solutions?

Christophe Could you provide me the published project code?

Thanks in advance</description>
		<content:encoded><![CDATA[<p>@James, @Nathan</p>
<p>Same problem with me too</p>
<p>private function socketConnectHandler(event:ServerSocketConnectEvent):void<br />
{<br />
var socket:Socket = event.socket;<br />
socket.addEventListener(ProgressEvent.SOCKET_DATA, socketDataHandler);<br />
}</p>
<p>Any body got the solutions?</p>
<p>Christophe Could you provide me the published project code?</p>
<p>Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derrick</title>
		<link>http://coenraets.org/blog/2009/12/air-2-0-web-server-using-the-new-server-socket-api/comment-page-1/#comment-366355</link>
		<dc:creator>Derrick</dc:creator>
		<pubDate>Mon, 25 Jan 2010 16:12:05 +0000</pubDate>
		<guid isPermaLink="false">http://coenraets.org/blog/?p=309#comment-366355</guid>
		<description>Christophe,
  This is pretty awesome!  If AS3 had some sort of dynamic AS3 evaluation, someone could write a web server which could execute server side AS3!  There are a libraries out there, but it would be pretty slow, since they interpret/run the script.

I hope that AIR gets some scripting engine support in the future, with JIT compilation, etc!

- Derrick</description>
		<content:encoded><![CDATA[<p>Christophe,<br />
  This is pretty awesome!  If AS3 had some sort of dynamic AS3 evaluation, someone could write a web server which could execute server side AS3!  There are a libraries out there, but it would be pretty slow, since they interpret/run the script.</p>
<p>I hope that AIR gets some scripting engine support in the future, with JIT compilation, etc!</p>
<p>- Derrick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Air 2.0 - Socket.bind() - Flashforum</title>
		<link>http://coenraets.org/blog/2009/12/air-2-0-web-server-using-the-new-server-socket-api/comment-page-1/#comment-366314</link>
		<dc:creator>Air 2.0 - Socket.bind() - Flashforum</dc:creator>
		<pubDate>Mon, 25 Jan 2010 11:03:57 +0000</pubDate>
		<guid isPermaLink="false">http://coenraets.org/blog/?p=309#comment-366314</guid>
		<description>[...] so server zeugs auszutesten.  Creating a socket server in Adobe AIR 2 &#124; Adobe Developer Connection AIR 2.0 Web Server using the New Server Socket API httpeek - Project Hosting on Google Code   Dummerweise versagen bei mir aber sowohl Klassen( [...]</description>
		<content:encoded><![CDATA[<p>[...] so server zeugs auszutesten.  Creating a socket server in Adobe AIR 2 | Adobe Developer Connection AIR 2.0 Web Server using the New Server Socket API httpeek &#8211; Project Hosting on Google Code   Dummerweise versagen bei mir aber sowohl Klassen( [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sharedtut</title>
		<link>http://coenraets.org/blog/2009/12/air-2-0-web-server-using-the-new-server-socket-api/comment-page-1/#comment-365777</link>
		<dc:creator>sharedtut</dc:creator>
		<pubDate>Fri, 22 Jan 2010 04:40:50 +0000</pubDate>
		<guid isPermaLink="false">http://coenraets.org/blog/?p=309#comment-365777</guid>
		<description>thank you so much for showing the source code</description>
		<content:encoded><![CDATA[<p>thank you so much for showing the source code</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Moran</title>
		<link>http://coenraets.org/blog/2009/12/air-2-0-web-server-using-the-new-server-socket-api/comment-page-1/#comment-364580</link>
		<dc:creator>Brian Moran</dc:creator>
		<pubDate>Thu, 14 Jan 2010 19:47:22 +0000</pubDate>
		<guid isPermaLink="false">http://coenraets.org/blog/?p=309#comment-364580</guid>
		<description>Any performance improvements in the overall socket library with 2.0?  

With the 1.5 runtime, socket sends of large buffers (1MB) seems to be limited to 100KBytes/second regardless of what the link and endpoint can do. Equivalent code in other interpreted run time environments can go 10-15 times faster.</description>
		<content:encoded><![CDATA[<p>Any performance improvements in the overall socket library with 2.0?  </p>
<p>With the 1.5 runtime, socket sends of large buffers (1MB) seems to be limited to 100KBytes/second regardless of what the link and endpoint can do. Equivalent code in other interpreted run time environments can go 10-15 times faster.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan</title>
		<link>http://coenraets.org/blog/2009/12/air-2-0-web-server-using-the-new-server-socket-api/comment-page-1/#comment-362625</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Sun, 03 Jan 2010 05:40:27 +0000</pubDate>
		<guid isPermaLink="false">http://coenraets.org/blog/?p=309#comment-362625</guid>
		<description>@James,

Yeah, same problem with me too...  the problem could be found in line 65:

private function socketConnectHandler(event:ServerSocketConnectEvent):void
			{
				var socket:Socket = event.socket;
				socket.addEventListener(ProgressEvent.SOCKET_DATA, socketDataHandler);
			}

with the following error message:

&quot;Type was not found or was not a compile-time constant: ServerSocketConnectEvent.&quot;

This would be very useful if you can provide us with a solution for this, so we can compile it in our end.

Thanks a lot Christophe for another great AIR application!

Nathan</description>
		<content:encoded><![CDATA[<p>@James,</p>
<p>Yeah, same problem with me too&#8230;  the problem could be found in line 65:</p>
<p>private function socketConnectHandler(event:ServerSocketConnectEvent):void<br />
			{<br />
				var socket:Socket = event.socket;<br />
				socket.addEventListener(ProgressEvent.SOCKET_DATA, socketDataHandler);<br />
			}</p>
<p>with the following error message:</p>
<p>&#8220;Type was not found or was not a compile-time constant: ServerSocketConnectEvent.&#8221;</p>
<p>This would be very useful if you can provide us with a solution for this, so we can compile it in our end.</p>
<p>Thanks a lot Christophe for another great AIR application!</p>
<p>Nathan</p>
]]></content:encoded>
	</item>
</channel>
</rss>
