<?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: Playing with EventMachine</title>
	<atom:link href="http://everburning.com/news/playing-with-eventmachine/feed/" rel="self" type="application/rss+xml" />
	<link>http://everburning.com/news/playing-with-eventmachine/</link>
	<description>picking at the fringes of reality</description>
	<lastBuildDate>Wed, 14 Jul 2010 13:06:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Juvenn Woo</title>
		<link>http://everburning.com/news/playing-with-eventmachine/comment-page-1/#comment-61713</link>
		<dc:creator>Juvenn Woo</dc:creator>
		<pubDate>Sat, 23 Jan 2010 18:13:28 +0000</pubDate>
		<guid isPermaLink="false">http://everburning.com/?p=392#comment-61713</guid>
		<description>A good introduction, esp. the instantiated connections, thanks :)</description>
		<content:encoded><![CDATA[<p>A good introduction, esp. the instantiated connections, thanks :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dj2</title>
		<link>http://everburning.com/news/playing-with-eventmachine/comment-page-1/#comment-55534</link>
		<dc:creator>dj2</dc:creator>
		<pubDate>Wed, 18 Feb 2009 14:49:45 +0000</pubDate>
		<guid isPermaLink="false">http://everburning.com/?p=392#comment-55534</guid>
		<description>We typically handle that kind of thing by passing data into the server. So, the place where I do conn.options in the second server example. You can modify those items and have them available to other servers (just make sure your data structure is thread safe).

For something like server stop, if you want to shut everything down, I believe you can just call EM.stop_event_loop which will do all the termination for you.</description>
		<content:encoded><![CDATA[<p>We typically handle that kind of thing by passing data into the server. So, the place where I do conn.options in the second server example. You can modify those items and have them available to other servers (just make sure your data structure is thread safe).</p>
<p>For something like server stop, if you want to shut everything down, I believe you can just call EM.stop_event_loop which will do all the termination for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruno</title>
		<link>http://everburning.com/news/playing-with-eventmachine/comment-page-1/#comment-55301</link>
		<dc:creator>Bruno</dc:creator>
		<pubDate>Fri, 13 Feb 2009 13:52:35 +0000</pubDate>
		<guid isPermaLink="false">http://everburning.com/?p=392#comment-55301</guid>
		<description>What if I want to send something from the Server class back to the main loop, like a stop_server order?</description>
		<content:encoded><![CDATA[<p>What if I want to send something from the Server class back to the main loop, like a stop_server order?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.363 seconds -->
