<?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: New RPC Server</title>
	<atom:link href="http://wanderr.com/jay/new-rpc-server/2009/08/20/feed/" rel="self" type="application/rss+xml" />
	<link>http://wanderr.com/jay/new-rpc-server/2009/08/20/</link>
	<description>Rantings of a Grooveshark Developer</description>
	<lastBuildDate>Thu, 29 Jul 2010 14:44:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Jay</title>
		<link>http://wanderr.com/jay/new-rpc-server/2009/08/20/comment-page-1/#comment-383</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Thu, 25 Mar 2010 16:47:02 +0000</pubDate>
		<guid isPermaLink="false">http://wanderr.com/jay/?p=233#comment-383</guid>
		<description>Sorry for the super delayed reply. I just upgraded wordpress and managing comments is a lot easier now. ;)

We actually used RTMP a long time ago for streaming (Red5), but we&#039;re able to get significantly better concurrency with our current setup of PHP+lightweight web servers.</description>
		<content:encoded><![CDATA[<p>Sorry for the super delayed reply. I just upgraded wordpress and managing comments is a lot easier now. ;)</p>
<p>We actually used RTMP a long time ago for streaming (Red5), but we&#8217;re able to get significantly better concurrency with our current setup of PHP+lightweight web servers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jon</title>
		<link>http://wanderr.com/jay/new-rpc-server/2009/08/20/comment-page-1/#comment-355</link>
		<dc:creator>jon</dc:creator>
		<pubDate>Tue, 01 Dec 2009 02:47:21 +0000</pubDate>
		<guid isPermaLink="false">http://wanderr.com/jay/?p=233#comment-355</guid>
		<description>Ever think about moving from JSON to RTMP? Major difference being you can write the entire back-end in Java.</description>
		<content:encoded><![CDATA[<p>Ever think about moving from JSON to RTMP? Major difference being you can write the entire back-end in Java.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Hartig</title>
		<link>http://wanderr.com/jay/new-rpc-server/2009/08/20/comment-page-1/#comment-326</link>
		<dc:creator>James Hartig</dc:creator>
		<pubDate>Fri, 21 Aug 2009 13:28:52 +0000</pubDate>
		<guid isPermaLink="false">http://wanderr.com/jay/?p=233#comment-326</guid>
		<description>Well, I just do the forking, so I can process many connections at once, normally with PHP (without a lot of hacking) you can only do one connection at once, but with forking, I can do as many as the server can handle.</description>
		<content:encoded><![CDATA[<p>Well, I just do the forking, so I can process many connections at once, normally with PHP (without a lot of hacking) you can only do one connection at once, but with forking, I can do as many as the server can handle.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://wanderr.com/jay/new-rpc-server/2009/08/20/comment-page-1/#comment-322</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Thu, 20 Aug 2009 19:40:08 +0000</pubDate>
		<guid isPermaLink="false">http://wanderr.com/jay/?p=233#comment-322</guid>
		<description>That&#039;s interesting, I&#039;ll have to look at what you&#039;re doing. We&#039;re using the whole LAMP stack for this, so the RPC server is pure PHP but we don&#039;t have to worry about forking or anything like that...</description>
		<content:encoded><![CDATA[<p>That&#8217;s interesting, I&#8217;ll have to look at what you&#8217;re doing. We&#8217;re using the whole LAMP stack for this, so the RPC server is pure PHP but we don&#8217;t have to worry about forking or anything like that&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Hartig</title>
		<link>http://wanderr.com/jay/new-rpc-server/2009/08/20/comment-page-1/#comment-321</link>
		<dc:creator>James Hartig</dc:creator>
		<pubDate>Thu, 20 Aug 2009 15:41:28 +0000</pubDate>
		<guid isPermaLink="false">http://wanderr.com/jay/?p=233#comment-321</guid>
		<description>What did you make the IRC server in? I&#039;m making similar stuff for my site, deVolf, but I&#039;m trying to do everything in PHP ;) So far I have a pretty stable PHP server that forks new connections, I just need to work on loading functions on-demand and not just when the server is started. http://github.com/fastest963/PHP-Simple-Daemon/tree/master</description>
		<content:encoded><![CDATA[<p>What did you make the IRC server in? I&#8217;m making similar stuff for my site, deVolf, but I&#8217;m trying to do everything in PHP ;) So far I have a pretty stable PHP server that forks new connections, I just need to work on loading functions on-demand and not just when the server is started. <a href="http://github.com/fastest963/PHP-Simple-Daemon/tree/master" rel="nofollow">http://github.com/fastest963/PHP-Simple-Daemon/tree/master</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Hartig</title>
		<link>http://wanderr.com/jay/new-rpc-server/2009/08/20/comment-page-1/#comment-320</link>
		<dc:creator>James Hartig</dc:creator>
		<pubDate>Thu, 20 Aug 2009 15:37:50 +0000</pubDate>
		<guid isPermaLink="false">http://wanderr.com/jay/?p=233#comment-320</guid>
		<description>Haha I love the about:cowbell! I almost forgot about it! Ben showed it to me forever ago. Btw, nice job on the RPC server, I never use XML anymore, since almost all APIs can use JSON now-a-days anyway.</description>
		<content:encoded><![CDATA[<p>Haha I love the about:cowbell! I almost forgot about it! Ben showed it to me forever ago. Btw, nice job on the RPC server, I never use XML anymore, since almost all APIs can use JSON now-a-days anyway.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (user agent is rejected)

Served from: wanderr.com @ 2010-07-30 21:47:00 -->