<?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 for source code bean</title>
	<atom:link href="http://sourcecodebean.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://sourcecodebean.com</link>
	<description>thoughts and ideas from a .net developer</description>
	<lastBuildDate>Sat, 26 May 2012 08:21:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Updated version of SignalRChat by Peter</title>
		<link>http://sourcecodebean.com/archives/updated-version-of-signalrchat/1315/comment-page-1#comment-27319</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Sat, 26 May 2012 08:21:51 +0000</pubDate>
		<guid isPermaLink="false">http://sourcecodebean.com/?p=1315#comment-27319</guid>
		<description>Marcel, what errors do you get?</description>
		<content:encoded><![CDATA[<p>Marcel, what errors do you get?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updated version of SignalRChat by Marcel</title>
		<link>http://sourcecodebean.com/archives/updated-version-of-signalrchat/1315/comment-page-1#comment-26881</link>
		<dc:creator>Marcel</dc:creator>
		<pubDate>Wed, 23 May 2012 11:41:57 +0000</pubDate>
		<guid isPermaLink="false">http://sourcecodebean.com/?p=1315#comment-26881</guid>
		<description>Hi,

I&#039;ve tried to update your chat app with the latest version of SignalR. Changed a few things in the ChatHub because there are changed in SignalR. But I can&#039;t get it to run properly.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;ve tried to update your chat app with the latest version of SignalR. Changed a few things in the ChatHub because there are changed in SignalR. But I can&#8217;t get it to run properly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SignalR &#8211; Real time web for .NET by Robert Curlette</title>
		<link>http://sourcecodebean.com/archives/signalr-real-time-web-for-net/1297/comment-page-1#comment-23002</link>
		<dc:creator>Robert Curlette</dc:creator>
		<pubDate>Thu, 12 Apr 2012 07:00:41 +0000</pubDate>
		<guid isPermaLink="false">http://sourcecodebean.com/?p=1297#comment-23002</guid>
		<description>For the routes.MapConnection add the namespace using SignalR.Hosting.AspNet.Routing in the global.asax.cs file.</description>
		<content:encoded><![CDATA[<p>For the routes.MapConnection add the namespace using SignalR.Hosting.AspNet.Routing in the global.asax.cs file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on mod-mono-server2 memory consumption problems by Peter</title>
		<link>http://sourcecodebean.com/archives/mod-mono-server2-memory-consumption-problems/121/comment-page-1#comment-21976</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Wed, 28 Mar 2012 09:51:15 +0000</pubDate>
		<guid isPermaLink="false">http://sourcecodebean.com/?p=121#comment-21976</guid>
		<description>Our solution was to avoid large file uploads to the .NET service and handle them separately by a small PHP application.  This did not entirely solve the problem, but at the time is was good enough. I am not working for the company behind this service any more, so I am not sure if this is still the solution they use. 

I could recommend looking into using the SGen garbage collector introduced in newer versions of Mono. It could potentially solve the problem.</description>
		<content:encoded><![CDATA[<p>Our solution was to avoid large file uploads to the .NET service and handle them separately by a small PHP application.  This did not entirely solve the problem, but at the time is was good enough. I am not working for the company behind this service any more, so I am not sure if this is still the solution they use. </p>
<p>I could recommend looking into using the SGen garbage collector introduced in newer versions of Mono. It could potentially solve the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on mod-mono-server2 memory consumption problems by Arsen.Shnurkov</title>
		<link>http://sourcecodebean.com/archives/mod-mono-server2-memory-consumption-problems/121/comment-page-1#comment-21973</link>
		<dc:creator>Arsen.Shnurkov</dc:creator>
		<pubDate>Wed, 28 Mar 2012 09:02:55 +0000</pubDate>
		<guid isPermaLink="false">http://sourcecodebean.com/?p=121#comment-21973</guid>
		<description>Hi, did you found how to limit memory consumption of mono runtime ? I have similar problem...</description>
		<content:encoded><![CDATA[<p>Hi, did you found how to limit memory consumption of mono runtime ? I have similar problem&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updated version of SignalRChat by Peter</title>
		<link>http://sourcecodebean.com/archives/updated-version-of-signalrchat/1315/comment-page-1#comment-21519</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Tue, 20 Mar 2012 21:24:16 +0000</pubDate>
		<guid isPermaLink="false">http://sourcecodebean.com/?p=1315#comment-21519</guid>
		<description>The Hubs API supports somthing called &quot;groups&quot;, I suggest looking into it.

https://github.com/SignalR/SignalR/wiki/Hubs</description>
		<content:encoded><![CDATA[<p>The Hubs API supports somthing called &#8220;groups&#8221;, I suggest looking into it.</p>
<p><a href="https://github.com/SignalR/SignalR/wiki/Hubs" rel="nofollow">https://github.com/SignalR/SignalR/wiki/Hubs</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Deploying your ASP.NET MVC3 site on Mono by Serving your ASP.NET MVC site on Nginx / fastcgi-mono-server4</title>
		<link>http://sourcecodebean.com/archives/deploying-your-asp-net-mvc3-site-on-mono/1589/comment-page-1#comment-21518</link>
		<dc:creator>Serving your ASP.NET MVC site on Nginx / fastcgi-mono-server4</dc:creator>
		<pubDate>Tue, 20 Mar 2012 21:20:41 +0000</pubDate>
		<guid isPermaLink="false">http://sourcecodebean.com/?p=1589#comment-21518</guid>
		<description>[...] my previous post I showed you how to compile and install mono and get your MVC site up running using the development [...]</description>
		<content:encoded><![CDATA[<p>[...] my previous post I showed you how to compile and install mono and get your MVC site up running using the development [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updated version of SignalRChat by Murat SAPMAZ</title>
		<link>http://sourcecodebean.com/archives/updated-version-of-signalrchat/1315/comment-page-1#comment-21483</link>
		<dc:creator>Murat SAPMAZ</dc:creator>
		<pubDate>Tue, 20 Mar 2012 12:33:30 +0000</pubDate>
		<guid isPermaLink="false">http://sourcecodebean.com/?p=1315#comment-21483</guid>
		<description>How can i add rooms to your SignalRchat ? sory for may bad english :)</description>
		<content:encoded><![CDATA[<p>How can i add rooms to your SignalRchat ? sory for may bad english <img src='http://sourcecodebean.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Node.js: Callbacks are polluting your code by Jonathan</title>
		<link>http://sourcecodebean.com/archives/callbacks-are-polluting-your-code/1488/comment-page-1#comment-20620</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Sat, 03 Mar 2012 01:23:24 +0000</pubDate>
		<guid isPermaLink="false">http://sourcecodebean.com/?p=1488#comment-20620</guid>
		<description>this is Alex MacCaw&#039;s answer to the problem you describe: https://github.com/maccman/ace.  It is quite elegant.

It uses this: https://github.com/laverdet/node-fibers
which is a convenient way to get around callback spaghetti and allows your programs to selectively &#039;exit&#039; blocking code.

I also happen to prefer the callback method of programming.  It makes more sense to me.  To some people it doesn&#039;t.  It probably makes sense to Ryan Dahl and TJ Holowaychuk.  

I suggest you write an alternate framework and use it. Maybe other people will use it as well.</description>
		<content:encoded><![CDATA[<p>this is Alex MacCaw&#8217;s answer to the problem you describe: <a href="https://github.com/maccman/ace" rel="nofollow">https://github.com/maccman/ace</a>.  It is quite elegant.</p>
<p>It uses this: <a href="https://github.com/laverdet/node-fibers" rel="nofollow">https://github.com/laverdet/node-fibers</a><br />
which is a convenient way to get around callback spaghetti and allows your programs to selectively &#8216;exit&#8217; blocking code.</p>
<p>I also happen to prefer the callback method of programming.  It makes more sense to me.  To some people it doesn&#8217;t.  It probably makes sense to Ryan Dahl and TJ Holowaychuk.  </p>
<p>I suggest you write an alternate framework and use it. Maybe other people will use it as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Node.js: Callbacks are polluting your code by Joe</title>
		<link>http://sourcecodebean.com/archives/callbacks-are-polluting-your-code/1488/comment-page-1#comment-19168</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Sun, 29 Jan 2012 18:18:55 +0000</pubDate>
		<guid isPermaLink="false">http://sourcecodebean.com/?p=1488#comment-19168</guid>
		<description>It looks like IceCoffee Script may provide the &#039;await&#039; keyword to JavaScript.  http://maxtaco.github.com/coffee-script/</description>
		<content:encoded><![CDATA[<p>It looks like IceCoffee Script may provide the &#8216;await&#8217; keyword to JavaScript.  <a href="http://maxtaco.github.com/coffee-script/" rel="nofollow">http://maxtaco.github.com/coffee-script/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: sourcecodebean.com @ 2012-05-30 06:35:49 -->
