<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/Threading</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 26 May 2013 03:54:26 GMT</pubDate>
<item>
<title>(Python) Python Time Bomb - jarnaldich</title>
<link>http://snipplr.com/view/65318/python-time-bomb/</link>
<description><![CDATA[ <p>Making a python process exit with error code 1 after 30 seconds. Exit is unclean (no garbage is collected, no flushed buffers, etc...).</p> ]]></description>
<pubDate>Fri, 01 Jun 2012 18:06:14 GMT</pubDate>
<guid>http://snipplr.com/view/65318/python-time-bomb/</guid>
</item>
<item>
<title>(Python) Python - Thread - Basics - denakitan</title>
<link>http://snipplr.com/view/59466/python--thread--basics/</link>
<description><![CDATA[ <p>Basic thread example showing how to create a class inheriting from threading.Thread class. For more information, take a look at the following links: http://docs.python.org/library/thread.html http://docs.python.org/library/threading.html http://www.ibm.com/developerworks/aix/library/au-threadingpython/ http://effbot.org/zone/thread-synchronization.htm</p> ]]></description>
<pubDate>Thu, 06 Oct 2011 06:06:26 GMT</pubDate>
<guid>http://snipplr.com/view/59466/python--thread--basics/</guid>
</item>
<item>
<title>(C#) System.Threading.Timer Example - rtipton</title>
<link>http://snipplr.com/view/22249/systemthreadingtimer-example/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 31 Oct 2009 22:34:37 GMT</pubDate>
<guid>http://snipplr.com/view/22249/systemthreadingtimer-example/</guid>
</item>
<item>
<title>(JavaScript) Performance in Array Processing - iTony</title>
<link>http://snipplr.com/view/18216/performance-in-array-processing/</link>
<description><![CDATA[ <p>This method is better suited for processing large arrays in the smallest amount of time without affecting the user experience.</p> ]]></description>
<pubDate>Wed, 12 Aug 2009 12:19:26 GMT</pubDate>
<guid>http://snipplr.com/view/18216/performance-in-array-processing/</guid>
</item>
<item>
<title>(ActionScript 3) Pseudo Threading in Actionscript 3 (for Flash - copyleftdev</title>
<link>http://snipplr.com/view/11082/pseudo-threading-in-actionscript-3-for-flash/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 12 Jan 2009 00:11:31 GMT</pubDate>
<guid>http://snipplr.com/view/11082/pseudo-threading-in-actionscript-3-for-flash/</guid>
</item>
<item>
<title>(Ruby) Simple Example of Threading in Ruby - chrisaiv</title>
<link>http://snipplr.com/view/3966/simple-example-of-threading-in-ruby/</link>
<description><![CDATA[ <p>You can run functions in parallel without any problems as long as you have enough memory in your computer and none of your functions are dependant on one another. THink about how quickly you can complete your cron jobs now!</p> ]]></description>
<pubDate>Mon, 22 Oct 2007 01:47:28 GMT</pubDate>
<guid>http://snipplr.com/view/3966/simple-example-of-threading-in-ruby/</guid>
</item>
<item>
<title>(C#) Basic Multithreaded Code - rengber</title>
<link>http://snipplr.com/view/2139/basic-multithreaded-code/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 07 Feb 2007 17:49:30 GMT</pubDate>
<guid>http://snipplr.com/view/2139/basic-multithreaded-code/</guid>
</item>
</channel>
</rss>