<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2" -->
<rss version="0.92">
<channel>
	<title>Anand Rajasekar</title>
	<link>http://www.anandsekar.com</link>
	<description>ரெங்கசாமி ஆனந்த் சேகர் ராஜசேகர்</description>
	<lastBuildDate>Thu, 08 May 2008 05:19:33 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>InheritableThreadLocal and Tomcat</title>
		<description>InheritableThreadLocal does not work with tomcat as tomcat thread pool does not clear the thread local contacts after a request has been executed. This results in no good way to share information information between the parent and the child threads that are created using thread local variables. 

One way to ...</description>
		<link>http://www.anandsekar.com/2008/05/08/inheritablethreadlocal-and-tomcat/</link>
			</item>
	<item>
		<title>நீயே யென் வாழ்கையின் ஆராதனை</title>
		<description>நீ பார்த முதல் ஒளிநான் கேட்டேன் உன் முதல் ஒலிஅரிந்தேன்னே வாழ்கையின் அர்தம்வியந்தேன்னே வாழ்கையின் அதிசயம்சூவைத்தேனே வாழ்கையின் அருமைநீயே யென் வாழ்கையின் ஆராதனை   </description>
		<link>http://www.anandsekar.com/2007/12/20/49/</link>
			</item>
	<item>
		<title>ஆராதனா</title>
		<description>                   ஆராதனா ..      நீ கண் சிமிட்டும் நிமிடம்   நீ பால் வேண்டாம் எண்று சொன்னா விதம்   எண் மார்பில் தூங்கும் நேரம்   தேங்கும், தேங்கும், மனதில் தேங்கும் ...</description>
		<link>http://www.anandsekar.com/2007/12/20/48/</link>
			</item>
	<item>
		<title>Finding if Multicast is supported</title>
		<description>One way to easily find if mulitcast is supported in a *nix system is to issue

netstat -gn

which returns the membership groups of the mulitcast addresses in the system

e.g. output
Group Memberships: IPv4
Interface Group                RefCnt
--------- -------------------- ------
lo0 ...</description>
		<link>http://www.anandsekar.com/2007/10/30/finding-if-multicast-is-supported/</link>
			</item>
	<item>
		<title>Using Locks for more granular concurrent access</title>
		<description>Locks introduced in Java 5 allow a more granular control on a shared resource. When a method is synchronized only the thread that obtains the lock is allowed to enter into that method or any other synchronized method of the class. However some times we may need a more granular ...</description>
		<link>http://www.anandsekar.com/2007/09/21/using-locks-for-more-granular-concurrent-access/</link>
			</item>
	<item>
		<title>My First Marathon</title>
		<description>I completed the Silicon Valley Marathon on the 29th October in 5 hours and 7 minutes. Its just an amazing feeling. The last 4 miles was particularly remember able, when every step was a huge effort and the crowd cheering you all the way ! Some runners who had completed ...</description>
		<link>http://www.anandsekar.com/2006/11/06/my-first-marathon/</link>
			</item>
	<item>
		<title>Joining all lines in a file using sed</title>
		<description>Sed (Stream EDitor) is a very powerful stream editor to manipulate text files.
I needed an utility that would join all lines in a text file to a single line with "\n" as a separator so that I could easily cut and paste inline velocity templates into java code. Here is ...</description>
		<link>http://www.anandsekar.com/2006/10/12/joining-all-lines-in-a-file-using-sed/</link>
			</item>
	<item>
		<title>Installing Internet Explorer on Linux</title>
		<description>The easiest way to install IE in linux is to use IEs4Linux. This is a script that would download all required installables from Microsoft and install IE on your linux system. You need have wine and cabextract preinstalled on the linux box. </description>
		<link>http://www.anandsekar.com/2006/09/29/installing-internet-explorer-on-linux/</link>
			</item>
	<item>
		<title>Entrust Certification Chain Validation Error using Java Clients</title>
		<description>We were stumped yesterday trying to debug why all java clients trying to connect to a secure site using entrust's Secure Server Certificates were throwing a certificate chain validation error. It turned out that the intermediate certificate that we downloaded from entrust had a bad expiration date. To correct this ...</description>
		<link>http://www.anandsekar.com/2006/08/31/entrust-certification-chain-validation-error-using-java-clients/</link>
			</item>
	<item>
		<title>Why the Linux file system does not need defragmenting &#8230;</title>
		<description>I came across this excellant article explaining in simple ways why the linux file system does not need to be defragmented. Read On .. </description>
		<link>http://www.anandsekar.com/2006/08/19/why-the-linux-file-system-does-not-need-defragmenting/</link>
			</item>
</channel>
</rss>
