<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 Forums - The Sandbox - Bounded Blocking Queue with sample server.</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Forums/rss"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Channel 9 Forums - The Sandbox - Bounded Blocking Queue with sample server.</title>
		<link>http://channel9.msdn.com/Forums</link>
	</image>
	<description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
	<link>http://channel9.msdn.com/Forums</link>
	<language>en</language>
	<pubDate>Wed, 19 Jun 2013 05:50:41 GMT</pubDate>
	<lastBuildDate>Wed, 19 Jun 2013 05:50:41 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>2</c9:totalResults>
	<c9:pageCount>-2</c9:pageCount>
	<c9:pageSize>-1</c9:pageSize>
	<item>
		<title>The Sandbox - Bounded Blocking Queue with sample server.</title>
		<description><![CDATA[<p>After Jim Gray's video, I thought I would pull my blocking queue implementation out and experiment a little.&nbsp; Here is my&nbsp;bounded blocking queue that can handle many consumers and many producers.&nbsp; Also included is a simple server example using multiple
 listeners (two threads per listener)&nbsp;and one server thread servicing the input queue.&nbsp; This design could be used to service N number of clients.&nbsp;It is geared toward UDP or TCP request/reply (not stateful TCP connections beyond a single request/reply pair.)&nbsp;&nbsp;Feel
 free to post comments or your own designs.&nbsp; Cheers!<br>
<br>
Note: Built with Framework 1.1.&nbsp; The complete c# project is in the zip.&nbsp; Also, to keep things simple so as not to complicate the general idea, we don't use actual network/socket connections, but just abstract the idea.<br>
<br>
-- William Stacey [MVP]&nbsp;</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Sandbox/Bounded-Blocking-Queue-with-sample-server/49562#49562</link>
		<pubDate>Wed, 23 Mar 2005 18:29:08 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Sandbox/Bounded-Blocking-Queue-with-sample-server/49562#49562</guid>
		<dc:creator>William Stacey</dc:creator>
		<slash:comments>2</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/staceyw/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>The Sandbox - Bounded Blocking Queue with sample server.</title>
		<description><![CDATA[<p>Awesome - thanks for sharing !<br>
<br>
Steven J. Ackerman, Consultant<br>
ACS, Sarasota, Florida<br>
<a href="http://www.acscontrol.com">http://www.acscontrol.com</a><br>
<a href="http://spaces.msn.com/members/sjackerman">http://spaces.msn.com/members/sjackerman</a><br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Sandbox/Bounded-Blocking-Queue-with-sample-server/b779d27c4aa24ed1943a9dea01031100#b779d27c4aa24ed1943a9dea01031100</link>
		<pubDate>Wed, 23 Mar 2005 20:40:29 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Sandbox/Bounded-Blocking-Queue-with-sample-server/b779d27c4aa24ed1943a9dea01031100#b779d27c4aa24ed1943a9dea01031100</guid>
		<dc:creator>Steven J Ackerman</dc:creator>
		<slash:comments>2</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Steven J Ackerman/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>