<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Developer/Designer Notes</title>
	<atom:link href="http://webjournl.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://webjournl.wordpress.com</link>
	<description></description>
	<lastBuildDate>Sun, 11 Dec 2011 03:53:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='webjournl.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Developer/Designer Notes</title>
		<link>http://webjournl.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://webjournl.wordpress.com/osd.xml" title="Developer/Designer Notes" />
	<atom:link rel='hub' href='http://webjournl.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Biased Random Algorithms</title>
		<link>http://webjournl.wordpress.com/2007/10/29/biased-random-algorithms/</link>
		<comments>http://webjournl.wordpress.com/2007/10/29/biased-random-algorithms/#comments</comments>
		<pubDate>Mon, 29 Oct 2007 23:00:56 +0000</pubDate>
		<dc:creator>Kiran Mova</dc:creator>
				<category><![CDATA[algorithms]]></category>
		<category><![CDATA[coding]]></category>

		<guid isPermaLink="false">http://webjournl.wordpress.com/2007/10/29/biased-random-algorithms/</guid>
		<description><![CDATA[When more than one thread is waiting on an event, and when the event occurs, JVM would pick a random thread from this list. Is there a random algorithm, that can pick up a thread at random but with higher probability of the thread with longer wait time be picked?<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webjournl.wordpress.com&amp;blog=837249&amp;post=58&amp;subd=webjournl&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When more than one thread is waiting on an event, and when the event occurs, JVM would pick a random thread from this list. Is there a random algorithm, that can pick up a thread at random but with higher probability of the thread with longer wait time be picked?</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/webjournl.wordpress.com/58/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/webjournl.wordpress.com/58/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/webjournl.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/webjournl.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/webjournl.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/webjournl.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/webjournl.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/webjournl.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/webjournl.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/webjournl.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/webjournl.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/webjournl.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/webjournl.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/webjournl.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/webjournl.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/webjournl.wordpress.com/58/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webjournl.wordpress.com&amp;blog=837249&amp;post=58&amp;subd=webjournl&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://webjournl.wordpress.com/2007/10/29/biased-random-algorithms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9dec1987530726118e5bd7ef914627c2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kiranmova</media:title>
		</media:content>
	</item>
		<item>
		<title>Trees or Hashtables?</title>
		<link>http://webjournl.wordpress.com/2007/10/29/trees-or-hashtables/</link>
		<comments>http://webjournl.wordpress.com/2007/10/29/trees-or-hashtables/#comments</comments>
		<pubDate>Mon, 29 Oct 2007 22:55:57 +0000</pubDate>
		<dc:creator>Kiran Mova</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[datastructures]]></category>

		<guid isPermaLink="false">http://webjournl.wordpress.com/2007/10/29/trees-or-hashtables/</guid>
		<description><![CDATA[For large datasets, which option would work better in terms of memory consumption and performance?<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webjournl.wordpress.com&amp;blog=837249&amp;post=57&amp;subd=webjournl&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>For large datasets, which option would work better in terms of memory consumption and performance?</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/webjournl.wordpress.com/57/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/webjournl.wordpress.com/57/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/webjournl.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/webjournl.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/webjournl.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/webjournl.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/webjournl.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/webjournl.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/webjournl.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/webjournl.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/webjournl.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/webjournl.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/webjournl.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/webjournl.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/webjournl.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/webjournl.wordpress.com/57/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webjournl.wordpress.com&amp;blog=837249&amp;post=57&amp;subd=webjournl&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://webjournl.wordpress.com/2007/10/29/trees-or-hashtables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9dec1987530726118e5bd7ef914627c2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kiranmova</media:title>
		</media:content>
	</item>
	</channel>
</rss>
