<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.5.1" -->
<rss version="0.92">
<channel>
	<title>Totally Nerdy Information</title>
	<link>http://blog.toadhead.net</link>
	<description>Mike Heath's Blog</description>
	<lastBuildDate>Sat, 19 Dec 2009 21:01:07 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Web Socket protocol support in Java using JBoss Netty</title>
		<description>I've been playing with Web Sockets using Google's Chrome browser.  Web Sockets, put simply, is a really nice way for a web application to talk to a remote server and allows the remote server to talk back.  There are currently various ways of doing this with using Comet. ...</description>
		<link>http://blog.toadhead.net/index.php/2009/12/19/web-socket-protocol-support-in-java-using-jboss-netty/</link>
			</item>
	<item>
		<title>Performance comparison of Apache MINA and JBoss Netty Revisited</title>
		<description>I've been meaning to post these results for a while and with the Thanksgiving break here in the US, I have time to finally do it.
When I ran my my original comparison, both the tests and databases were running on the same host connecting over the loopback interface.  Using ...</description>
		<link>http://blog.toadhead.net/index.php/2009/11/25/performance-comparison-of-apache-mina-and-jboss-netty-revisited/</link>
			</item>
	<item>
		<title>Why is DataInputStream.read(byte[] b, int off, int len) declared final?</title>
		<description>Why is DataInputStream.read(byte[] b, int off, int len) declared final?  Stupid.  Stupid.  Stupid. </description>
		<link>http://blog.toadhead.net/index.php/2009/06/20/why-is-datainputstreamreadbyte-b-int-off-int-len-declared-final/</link>
			</item>
	<item>
		<title>Utah Google Technology User Group</title>
		<description>I am a big GWT fan and am excited about Google App Engine which is why some of my friends and I are starting the Utah Google Technology User Group.  We're just getting started and don't yet have a place to meet but we're working to get the word ...</description>
		<link>http://blog.toadhead.net/index.php/2009/06/16/utah-google-technology-user-group/</link>
			</item>
	<item>
		<title>Performance comparison of Apache MINA and JBoss Netty</title>
		<description>One of my big complaints with Apache MINA is the high latency that's incurred when sending data.  MINA uses a set of I/O threads to handle reads and writes.  This is typical of many non-blocking I/O frameworks.
Netty is much more clever than MINA.  In Netty, when you ...</description>
		<link>http://blog.toadhead.net/index.php/2009/03/03/performance-comparison-of-apache-mina-and-jboss-netty/</link>
			</item>
	<item>
		<title>Van Jacobsen on Distributed Content Delivery</title>
		<description>I recently saw this fascinating Google Tech Talk from Van Jacobsen.  It's a few years old but it's one of those things I wish I would have scene years ago when I started grad school doing research in networking and the Internet.

This talk really puts into perspective the importance ...</description>
		<link>http://blog.toadhead.net/index.php/2008/12/30/van-jacobsen-on-distributed-content-delivery/</link>
			</item>
	<item>
		<title>My Picture on the Spring homepage</title>
		<description>I was just looking for some Spring documentation when I cam across this posting, http://springframework.org/node/654 that was linked from the Spring home page.  In the picture on the left, there's a shiny head that I happened to recognize as my coworker, Jason Allen.  I looked a little closer and found ...</description>
		<link>http://blog.toadhead.net/index.php/2008/06/02/my-picture-on-the-spring-homepage/</link>
			</item>
	<item>
		<title>openssl s_client</title>
		<description>I've been playing with SSL client authentication in Apache httpd today at work.  It's something I've always wanted to play with but haven't had a good reason to invest the time until now.In the process of testing my configuration, I came across openssl s_client.  It's one of those things ...</description>
		<link>http://blog.toadhead.net/index.php/2008/05/15/openssl-s_client/</link>
			</item>
	<item>
		<title>GSoC Application Rejected</title>
		<description>I'm feeling a little bummed this afternoon.  I got the following email from the GSoC people:

Dear Applicant,

First of all, Google and the open source organizations taking part in
Google Summer of Code would like to thank for applying to take part in
the program this year. Unfortunately, your application was not ...</description>
		<link>http://blog.toadhead.net/index.php/2008/04/21/gsoc-application-rejected/</link>
			</item>
	<item>
		<title>Using GIT to access the Apache Subversion Repository</title>
		<description>After upgrading Git to 1.5.4.2, I was having problems checking out projects from Apache's subversion repository.  When I would try to do something like:

git svn clone --stdlayout https://svn.apache.org/repos/asf/mina/asyncweb
Git would output:

Initialized empty Git repository in .git/
Using higher level of URL: https://svn.apache.org/repos/asf/mina/asyncweb =&#62; https://svn.apache.org/repos/asf
W: Ignoring error from SVN, path probably does ...</description>
		<link>http://blog.toadhead.net/index.php/2008/02/28/using-git-to-access-the-apache-subversion-repository/</link>
			</item>
</channel>
</rss>
