<?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/"
	>

<channel>
	<title>pigfoot's weblog &#187; Sun</title>
	<atom:link href="http://weblog.pigfoot.org/pigfoot/category/it/unix/sun/feed/" rel="self" type="application/rss+xml" />
	<link>http://weblog.pigfoot.org/pigfoot</link>
	<description>We should forget about small efficiencies -- Donald Knuth</description>
	<lastBuildDate>Fri, 30 Jul 2010 02:51:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>UltraSPARC T2 (Niagara 2) Processor: world class crypto performance</title>
		<link>http://weblog.pigfoot.org/pigfoot/2007/08/13/ultrasparc-t2-niagara-2-processor-world-class-crypto-performance/</link>
		<comments>http://weblog.pigfoot.org/pigfoot/2007/08/13/ultrasparc-t2-niagara-2-processor-world-class-crypto-performance/#comments</comments>
		<pubDate>Sun, 12 Aug 2007 16:05:42 +0000</pubDate>
		<dc:creator>pigfoot</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Sun]]></category>

		<guid isPermaLink="false">http://weblog.pigfoot.org/pigfoot/2007/08/13/ultrasparc-t2-niagara-2-processor-world-class-crypto-performance/</guid>
		<description><![CDATA[上個禮拜, Sun 終於拿出殺手級的 processor : UltraSPARC T2 (Niagara 2)! 除了把從 T1 的 32 threads per processor (8 cores, 4 threads/core), 加到 64 threads per processor (8 cores, 8 threads/core) 之外, 最令人在意的是 &#8220;Zero Cost&#8221; Security 這個 feature. 一般大家不作一些 security 保護的理由不外乎是速度慢, 尤其是在 web server 的 implementation, 作了之後對 throughput 影響非常明顯, 所以在 T2 中, 他們加了一個 cryptographic unit, 也就是說可以利用這個硬體來完成一些費時的 security [...]]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" href="http://www.flickr.com/photo.gne?id=1099551524" title="Niagara 2"><img src="http://static.flickr.com/1353/1099551524_fb81f4e30f.jpg" title="Niagara 2" alt="Niagara 2" width="500" height="101" /></a></p>
<p>上個禮拜, <a target="_blank" href="http://www.sun.com/">Sun</a> 終於拿出殺手級的 processor : <strong><a target="_blank" href="http://www.sun.com/processors/UltraSPARC-T2/">UltraSPARC T2</a> (Niagara 2)</strong>!</p>
<p>除了把從 <a target="_blank" href="http://www.sun.com/processors/UltraSPARC-T1/">T1</a> 的 32 threads per processor (8 cores, 4 threads/core), 加到 64 threads per processor (8 cores, 8 threads/core) 之外, 最令人在意的是 <strong>&#8220;Zero Cost&#8221; Security</strong> 這個 feature.</p>
<p>一般大家不作一些 security 保護的理由不外乎是速度慢, 尤其是在 web server 的 implementation, 作了之後對 throughput 影響非常明顯, 所以在 T2 中, 他們加了一個 cryptographic unit, 也就是說可以利用這個硬體來完成一些費時的 security function.</p>
<p>本來以為作了 DES, 3DES, AES, MD5, SHA-1 就了不起了, 但是在 2007/07/08 的<a target="_blank" href="http://www.sun.com/featured-articles/2007-0807/feature/">新聞</a>中, 聽到 Sun Staff Engineer Dr. <a target="_blank" href="http://frsun.downloads.edgesuite.net/sun/08A01108/08A01108_01.mp3">Lawrence Spracklen 的 talk</a>, T2 support 的有:</p>
<ul>Public-key</p>
<li><a target="_blank" href="http://en.wikipedia.org/wiki/RSA">RSA</a></li>
<li><a target="_blank" href="http://en.wikipedia.org/wiki/Digital_Signature_Algorithm">DSA</a></li>
</ul>
<ul>Bulk Cipher</p>
<li><a target="_blank" href="http://en.wikipedia.org/wiki/RC4">RC4</a></li>
<li><a target="_blank" href="http://en.wikipedia.org/wiki/Data_Encryption_Standard">DES</a></li>
<li><a target="_blank" href="http://en.wikipedia.org/wiki/3DES">3DES</a></li>
<li><a target="_blank" href="http://en.wikipedia.org/wiki/Advanced_Encryption_Standard">AES-128</a></li>
<li>AES-192</li>
<li>AES-256</li>
</ul>
<ul>Secure Hash</p>
<li><a target="_blank" href="http://en.wikipedia.org/wiki/MD5">MD5</a></li>
<li><a target="_blank" href="http://en.wikipedia.org/wiki/SHA_hash_functions">SHA-1</a></li>
<li>SHA-256</li>
</ul>
<p>後來在他的 blog (<a target="_blank" href="http://blogs.sun.com/sprack/">Lawrence Spracklen&#8217;s Blog</a>) 中, 看到他寫的這篇 <a target="_blank" href="http://blogs.sun.com/sprack/entry/ultrasparc_t2_crypto_performance">UltraSPARC T2 Crypto performance</a>. 看起來還蠻不賴的啊~</p>
<p>接著我猜會有強者利用這些硬體作出 T2 的 SSL. 好期待測出來的數字啊~</p>
<p>PS: <a target="_blank" href="http://catalog.sun.com/productfamily.xml?site=US_USA&#038;catalogue=FC&#038;segment=FC_R&#038;item=FC_SC_CAT&#038;group=2010&#038;fid=5150&#038;id=5150">這裡是</a>用 UltraSPARC T1 CPU 的 T1000 和 T2000 的價錢, 不知道搭配 T2 的 Server 會賣多少錢 XD</p>
<img src="http://weblog.pigfoot.org/pigfoot/?ak_action=api_record_view&id=421&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://weblog.pigfoot.org/pigfoot/2007/08/13/ultrasparc-t2-niagara-2-processor-world-class-crypto-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://frsun.downloads.edgesuite.net/sun/08A01108/08A01108_01.mp3" length="4146235" type="audio/mpeg" />
		</item>
		<item>
		<title>Updated UltraSPARC-T1 tuning guide available</title>
		<link>http://weblog.pigfoot.org/pigfoot/2007/01/31/updated-ultrasparc-t1-tuning-guide-available/</link>
		<comments>http://weblog.pigfoot.org/pigfoot/2007/01/31/updated-ultrasparc-t1-tuning-guide-available/#comments</comments>
		<pubDate>Wed, 31 Jan 2007 05:40:41 +0000</pubDate>
		<dc:creator>pigfoot</dc:creator>
				<category><![CDATA[Develop]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Sun]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://weblog.pigfoot.org/pigfoot/2007/01/31/updated-ultrasparc-t1-tuning-guide-available/</guid>
		<description><![CDATA[According to Darryl Gove&#8217;s post yesterday, the UltraSPARC-T1 tuning guide has been updated to include information about the Cool Tools.]]></description>
			<content:encoded><![CDATA[<p>According to Darryl Gove&#8217;s <a target="_blank" href="http://blogs.sun.com/d/entry/updated_ultrasparc_t1_tuning_guide">post</a> yesterday, the <a href="http://www.sun.com/blueprints/1205/819-5144.pdf">UltraSPARC-T1 tuning guide</a> has been updated to include information about the Cool Tools.</p>
<img src="http://weblog.pigfoot.org/pigfoot/?ak_action=api_record_view&id=405&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://weblog.pigfoot.org/pigfoot/2007/01/31/updated-ultrasparc-t1-tuning-guide-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google testing Sun&#8217;s OpenSolaris, sources say</title>
		<link>http://weblog.pigfoot.org/pigfoot/2006/09/22/google-testing-suns-opensolaris-sources-say/</link>
		<comments>http://weblog.pigfoot.org/pigfoot/2006/09/22/google-testing-suns-opensolaris-sources-say/#comments</comments>
		<pubDate>Fri, 22 Sep 2006 02:40:57 +0000</pubDate>
		<dc:creator>pigfoot</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Sun]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://weblog.pigfoot.org/pigfoot/2006/09/22/google-testing-suns-opensolaris/</guid>
		<description><![CDATA[Google testing Sun&#8217;s OpenSolaris, sources say, from digg. Google is experimenting with the open-source version of Sun Microsystems Inc.&#8217;s Solaris operating system as a possible long-term prelude to replacing its massive global network of Linux servers, according to sources. With dozens of data centers worldwide estimated to house hundreds of thousands of Intel servers, this [...]]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" href="http://www.google.com/"><img border="0" align="right" alt="Get Google!" title="Get Google!" src="http://www.google.com/logos/Logo_40wht.gif" /></a></p>
<p><a target="_blank" href="http://www.computerworld.com/action/article.do?command=viewArticleBasic&#038;articleId=9003492">Google testing Sun&#8217;s OpenSolaris, sources say</a>, from <a target="_blank" href="http://digg.com/software/Google_testing_Sun_s_OpenSolaris">digg</a>.</p>
<p>Google is experimenting with the open-source version of Sun Microsystems Inc.&#8217;s <a target="_blank" href="http://www.sun.com/software/solaris/">Solaris operating system</a> as a possible long-term prelude to replacing its massive global network of Linux servers, according to sources.</p>
<p>With dozens of data centers worldwide estimated to house hundreds of thousands of Intel servers, this would be huge for Solaris.</p>
<p>Google runs a stripped-down version of <a target="_blank" href="http://www.redhat.com/">Red Hat</a> Linux specially modified by its engineers. But another source, a Solaris systems administrator who recently interviewed for a job at Google, said he was told the company plans to create and test its own modified version of OpenSolaris.</p>
<p>Google officials declined to comment.</p>
<p>Dtrace <a target="_blank" href="http://en.wikipedia.org/wiki/DTrace">http://en.wikipedia.org/wiki/DTrace</a><br />
Zones <a target="_blank" href="http://en.wikipedia.org/wiki/Solaris_Containers">http://en.wikipedia.org/wiki/Solaris_Containers</a><br />
ZFS <a target="_blank" href="http://en.wikipedia.org/wiki/ZFS">http://en.wikipedia.org/wiki/ZFS</a></p>
<img src="http://weblog.pigfoot.org/pigfoot/?ak_action=api_record_view&id=370&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://weblog.pigfoot.org/pigfoot/2006/09/22/google-testing-suns-opensolaris-sources-say/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu on a T2000</title>
		<link>http://weblog.pigfoot.org/pigfoot/2006/08/20/ubuntu-on-a-t2000/</link>
		<comments>http://weblog.pigfoot.org/pigfoot/2006/08/20/ubuntu-on-a-t2000/#comments</comments>
		<pubDate>Sun, 20 Aug 2006 04:11:01 +0000</pubDate>
		<dc:creator>pigfoot</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Sun]]></category>
		<category><![CDATA[Talk]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://weblog.pigfoot.org/pigfoot/2006/08/20/ubuntu-on-a-t2000/</guid>
		<description><![CDATA[Peter Jenkins, a blogger in Sun Micro, has written his notes about installing Ubuntu on T2000. He has updated document on Ubuntu website as well. Thanks, Jenkins!]]></description>
			<content:encoded><![CDATA[<p>Peter Jenkins, a  blogger in <a target="_blank" href="http://www.sun.com/">Sun Micro</a>, has written <a target="_blank" href="http://blogs.sun.com/roller/page/gridthings?entry=ubuntu_on_a_t2000">his notes</a> about installing <a target="_blank" href="http://www.ubuntu.com/">Ubuntu</a> on <a target="_blank" href="http://www.sun.com/servers/coolthreads/t2000/">T2000</a>. He has updated <a target="_blank" href="https://help.ubuntu.com/community/Installation/Sparc">document on Ubuntu website</a> as well.</p>
<p>Thanks, Jenkins!</p>
<img src="http://weblog.pigfoot.org/pigfoot/?ak_action=api_record_view&id=332&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://weblog.pigfoot.org/pigfoot/2006/08/20/ubuntu-on-a-t2000/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sun Should Use apt</title>
		<link>http://weblog.pigfoot.org/pigfoot/2006/08/10/sun-should-use-apt/</link>
		<comments>http://weblog.pigfoot.org/pigfoot/2006/08/10/sun-should-use-apt/#comments</comments>
		<pubDate>Thu, 10 Aug 2006 05:03:20 +0000</pubDate>
		<dc:creator>pigfoot</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Sun]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://weblog.pigfoot.org/pigfoot/2006/08/10/sun-should-use-apt/</guid>
		<description><![CDATA[Sun Should Use apt, from Jeremy Zawodny&#8217;s blog. Apt-get is just so unreasonably fucking great. Why aren’t we using it for Solaris updates? I can&#8217;t agree more ;-) By the way, Zawodny is currently leaning toward Python. I&#8217;ve been programming (when I do program) mainly in Perl for the last 10 years or so. But [...]]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" href="http://jeremy.zawodny.com/blog/archives/007096.html">Sun Should Use apt</a>, from <a target="_blank" href="http://jeremy.zawodny.com/blog/">Jeremy Zawodny&#8217;s blog</a>.</p>
<blockquote><p>Apt-get is just so unreasonably fucking great. Why aren’t we using it for Solaris updates?</p></blockquote>
<p>I can&#8217;t agree more ;-)</p>
<p>By the way, Zawodny is currently leaning toward <a target="_blank" href="http://python.org/">Python</a>.</p>
<blockquote><p>I&#8217;ve been programming (when I do program) mainly in <a target="_blank" href="http://www.perl.org/">Perl</a> for the last 10 years or so. But I&#8217;ve been itching to learn a new language for a while now, and the two near the top of the list are <a target="_blank" href="http://www.ruby-lang.org/">Ruby</a> and <a target="_blank" href="http://python.org/">Python</a>.</p>
<p>I figure that Ruby would be easy to learn because of its similarity to Perl (I&#8217;m told). But I also figure that Python would be easy to learn because of its simplicity. And when it comes to webby stuff, I can use <a target="_blank" href="http://www.rubyonrails.org/">Rails</a> with Ruby and <a target="_blank" href="http://www.djangoproject.com/">Django</a> with Python.</p></blockquote>
<p><a target="_blank" href="http://www.yahoo.com/">Yahoo!</a> has <a target="_blank" href="http://developer.yahoo.com/python/">Python Developer Center</a> on the <a target="_blank" href="http://developer.yahoo.com/">Yahoo! Developer Network</a> as well.</p>
<img src="http://weblog.pigfoot.org/pigfoot/?ak_action=api_record_view&id=318&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://weblog.pigfoot.org/pigfoot/2006/08/10/sun-should-use-apt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sun donates T2000 to Gentoo</title>
		<link>http://weblog.pigfoot.org/pigfoot/2006/08/08/sun-donates-t2000-to-gentoo/</link>
		<comments>http://weblog.pigfoot.org/pigfoot/2006/08/08/sun-donates-t2000-to-gentoo/#comments</comments>
		<pubDate>Tue, 08 Aug 2006 05:21:57 +0000</pubDate>
		<dc:creator>pigfoot</dc:creator>
				<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Sun]]></category>
		<category><![CDATA[Talk]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://weblog.pigfoot.org/pigfoot/2006/08/08/sun-donate-t2000-to-gentoo/</guid>
		<description><![CDATA[Gentoo Weekly Newsletter: 24 July 2006 Sun 的 David Killian 向 Gentoo 贊助了 Niagara 工作站一台, 用於 Gentoo Linux 的開發, 移植, 和測試. 根據 bootlog, 這台就是具有 UltraSPARC T1 processor (1.2GHz 8 core, 也就是會看到 32 顆虛擬 CPU) 和 Main Memory 32GB 的 T2000. 星期天和 Vivia, tjs, Airken, zmx 吃飯時, 聽到巴哈姆特也正在測試 T2000, 號稱一台抵的上 4 台 Pentium4 2.4GHz/1GB記憶體, 甚至還有一半的餘裕, 而且耗電量與機架空間都僅需現有架構的一半. [...]]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" href="http://www.gentoo.org/news/en/gwn/20060724-newsletter.xml">Gentoo Weekly Newsletter: 24 July 2006</a></p>
<p><a target="_blank" href="http://www.sun.com/">Sun</a> 的 David Killian 向 <a target="_blank" href="http://www.gentoo.org/">Gentoo</a> 贊助了 <a target="_blank" href="http://www.sun.com/processors/throughput/">Niagara</a> 工作站一台, 用於 <a target="_blank" href="http://www.gentoo.org/">Gentoo Linux</a> 的開發, 移植, 和測試. 根據 <a target="_blank" href="http://dev.gentoo.org/~gustavoz/sparc/bender-bootlog.txt">bootlog</a>, 這台就是具有 UltraSPARC T1 processor (1.2GHz 8 core, 也就是會看到 32 顆虛擬 CPU) 和 Main Memory 32GB 的 <a target="_blank" href="http://sun.com/servers/coolthreads/t2000/">T2000</a>.</p>
<p>星期天和 Vivia, tjs, Airken, zmx 吃飯時, 聽到<a target="_blank" href="http://www.gamer.com.tw/">巴哈姆特</a>也正在<a target="_blank" href="http://www.ithome.com.tw/itadm/article.php?c=37055&#038;s=4">測試 T2000</a>, 號稱一台抵的上 4 台 Pentium4 2.4GHz/1GB記憶體, 甚至還有一半的餘裕, 而且耗電量與機架空間都僅需現有架構的一半.</p>
<p>雖然說 Sun 可能會放棄 SPARC 市場 (找不到新聞了 @_@), 不過 T2000 還真的希望可以借回來玩啊 :p</p>
<ul>
<li><a target="_blank" href="http://store.sun.com/CMTemplate/CEServlet?process=SunStore&#038;cmdViewProduct_CP&#038;catid=141650">Sun Fire T1000 Server</a> 價格 (Memory/8GB $6,445, Memory/16GB $14,445)</li>
<li><a target="_blank" href="http://store.sun.com/CMTemplate/CEServlet?process=SunStore&#038;cmdViewProduct_CP&#038;catid=141651">Sun Fire T2000 Server</a> 價格 (Memory/8GB $9,045, Memory/32GB $29,445)</li>
</ul>
<img src="http://weblog.pigfoot.org/pigfoot/?ak_action=api_record_view&id=314&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://weblog.pigfoot.org/pigfoot/2006/08/08/sun-donates-t2000-to-gentoo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solaris vs. Linux: Framework for the Comparison in Large Enterprise Environments</title>
		<link>http://weblog.pigfoot.org/pigfoot/2006/06/16/solaris-vs-linux-framework-for-the-comparison-in-large-enterprise-environments/</link>
		<comments>http://weblog.pigfoot.org/pigfoot/2006/06/16/solaris-vs-linux-framework-for-the-comparison-in-large-enterprise-environments/#comments</comments>
		<pubDate>Fri, 16 Jun 2006 15:01:55 +0000</pubDate>
		<dc:creator>pigfoot</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Sun]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://weblog.pigfoot.org/pigfoot/2006/06/19/solaris-vs-linux-framework-for-the-comparison-in-large-enterprise-environments/</guid>
		<description><![CDATA[Linux 2.6 vs. Solaris 10, from OSNews. It, however, is very strange that I cannot feel such considerable performance improvement in Solaris 10. My summary is as followings. There are several often overlooks positive features of Solaris as an alternative to Linux in lage enterprize environment: Solaris is more stable, especially in network intensive tasks. [...]]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" href="http://www.softpanorama.org/Articles/solaris_vs_linux.shtml">Linux 2.6 vs. Solaris 10</a>, from <a target="_blank" href="http://www.osnews.com/story.php?news_id=14890">OSNews</a>.</p>
<p>It, however, is very strange that I cannot feel such considerable performance improvement in Solaris 10. My summary is as followings.</p>
<p><strong>There are several often overlooks positive features of Solaris as an alternative to Linux in lage enterprize environment</strong>:</p>
<ul>
<li>Solaris is more stable, especially in network intensive tasks.</li>
<li>New <a target="_blank" href="http://www.sun.com/processors/UltraSPARC-T1/">T1</a> CPUs make Solaris on SPARC more attractive and provide a clean migration path from older UltraSparc models that fall behind in price/performance ratio.</li>
<li>Due to the architecture of Solaris kernel and I/O subsystem  there are several open source applications that can run on Solaris better then on Linux. Among them are all multithreading applications and open source databases. Solaris also significantly improves the security of open source applicators due to built-in protection from stack overflows.</li>
<li>The recent test conducted by Sun [<a target="_blank" href="http://www.softpanorama.org/Articles/Linux_vs_Solaris/webliography.shtml#MySQL2006">MySQL2006</a>] had show that optimized for Solaris MySQL (UFS?) beats MySQL on RED HAT ES 4 (ext3?) by a considerable margin.</li>
<li>It is unclear  how it goes against <a target="_blank" href="http://www.opensolaris.org/os/community/zfs/">ZFS</a> in Solaris. Newer ZFS is still in too early stage for comparisons.</li>
<li>For tracking system calls Solaris has an excellent truss utility. For Linux, the strace utility provides a similar but weaker function. For more complex situations Solaris has <a target="_blank" href="http://www.sun.com/bigadmin/content/dtrace/">Dtrace</a>. Currently Linux has no analogs for Dtrace.</li>
</ul>
<p><strong> There are also several disadvantages of Solaris</strong>:</p>
<ul>
<li>Linux has larger &#8220;knowledge space&#8221; especially noticeable in the number of published books. While Solaris has much better OS level security, Linux has better &#8220;open source knowledge infrastructure&#8221; including the information about securing open source applications, especially those implementing key application level TCP/IP protocols (HTTP, DNS, SMTP, ssh, Kerberos, etc)</li>
</ul>
<img src="http://weblog.pigfoot.org/pigfoot/?ak_action=api_record_view&id=269&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://weblog.pigfoot.org/pigfoot/2006/06/16/solaris-vs-linux-framework-for-the-comparison-in-large-enterprise-environments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How not to load-balance connections with accept()</title>
		<link>http://weblog.pigfoot.org/pigfoot/2005/08/06/how-not-to-load-balance-connections-with-accept/</link>
		<comments>http://weblog.pigfoot.org/pigfoot/2005/08/06/how-not-to-load-balance-connections-with-accept/#comments</comments>
		<pubDate>Fri, 05 Aug 2005 16:04:17 +0000</pubDate>
		<dc:creator>pigfoot</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Sun]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://weblog.pigfoot.org/pigfoot/2005/08/06/how-not-to-load-balance-connections-with-accept/</guid>
		<description><![CDATA[How not to load-balance connections with accept(), from Phil Harman&#8217;s blog. 這裡還有一些利用 LD preload 的技巧.]]></description>
			<content:encoded><![CDATA[<p><a href="http://blogs.sun.com/roller/page/pgdh?entry=how_not_to_load_balance1">How not to load-balance connections with accept()</a>, from <a href="http://blogs.sun.com/roller/page/pgdh/">Phil Harman&#8217;s blog</a>.</p>
<p>這裡還有一些利用 LD preload 的技巧.</p>
<img src="http://weblog.pigfoot.org/pigfoot/?ak_action=api_record_view&id=99&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://weblog.pigfoot.org/pigfoot/2005/08/06/how-not-to-load-balance-connections-with-accept/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GDB to MDB Migration</title>
		<link>http://weblog.pigfoot.org/pigfoot/2005/06/23/gdb-to-mdb-migration/</link>
		<comments>http://weblog.pigfoot.org/pigfoot/2005/06/23/gdb-to-mdb-migration/#comments</comments>
		<pubDate>Thu, 23 Jun 2005 14:48:31 +0000</pubDate>
		<dc:creator>pigfoot</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Sun]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://weblog.pigfoot.org/pigfoot/2005/06/23/gdb-to-mdb-migration/</guid>
		<description><![CDATA[GDB to MDB Migration Part One, Part Two. from Eric Schrock&#8217;s Weblog. Solaris 的 corefiles 改良成可以包含 process 所有資訊 (library text 和 type information), 而 MDB (and KMDB) 被設計用來作 post-mortem analysis 和 live kernel analysis[1][2]. Coredump debugging 可能是上班以後必備的技巧之一吧 :p [1] libumem &#038; libutil in Solaris, from zmx. [2] libuutil and designing for debuggability, from me.]]></description>
			<content:encoded><![CDATA[<p>GDB to MDB Migration <a href="http://blogs.sun.com/roller/page/eschrock/20050510#gdb_to_mdb">Part One</a>, <a href="http://blogs.sun.com/roller/page/eschrock/20050617#gdb_to_mdb_migration_part">Part Two</a>. from <a href="http://blogs.sun.com/roller/page/eschrock/">Eric Schrock&#8217;s Weblog</a>.</p>
<p>Solaris 的 corefiles 改良成可以包含 process 所有資訊 (library text 和 type information), 而 MDB (and KMDB) 被設計用來作 post-mortem analysis 和 live kernel analysis[1][2].</p>
<p>Coredump debugging 可能是上班以後必備的技巧之一吧 :p</p>
<p>[1] <a href="http://blog.xuite.net/frogbsd/geek/3428563">libumem &#038; libutil in Solaris</a>, from <a href="http://blog.xuite.net/frogbsd/geek">zmx</a>.<br />
[2] <a href="http://weblog.pigfoot.org/pigfoot/2005/06/16/libuutil-and-designing-for-debuggability/">libuutil and designing for debuggability</a>, from <a href="http://weblog.pigfoot.org/pigfoot">me</a>.</p>
<img src="http://weblog.pigfoot.org/pigfoot/?ak_action=api_record_view&id=64&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://weblog.pigfoot.org/pigfoot/2005/06/23/gdb-to-mdb-migration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LG3D on dual head display</title>
		<link>http://weblog.pigfoot.org/pigfoot/2005/06/23/lg3d-on-dual-head-display/</link>
		<comments>http://weblog.pigfoot.org/pigfoot/2005/06/23/lg3d-on-dual-head-display/#comments</comments>
		<pubDate>Thu, 23 Jun 2005 14:17:49 +0000</pubDate>
		<dc:creator>pigfoot</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Sun]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://weblog.pigfoot.org/pigfoot/2005/06/23/lg3d-on-dual-head-display/</guid>
		<description><![CDATA[Photographs of Dual Head Display Environment on Solaris 10 x86 with nVidia driver and LG3D on TwinView Part2, from Yasuhiro Fujitsuki&#8217;s weblog. Solaris 10 上用 nVidia 的新 driver 的 screenshot, 有雙螢幕以及 Looking Glass. 如果不知道甚麼是 Looking Glass 的話, 可以參考 screenshot 或是 Demo.]]></description>
			<content:encoded><![CDATA[<p><a href="http://blogs.sun.com/roller/page/thaniwa?entry=ja_en_dual_head_display">Photographs of Dual Head Display Environment on Solaris 10 x86 with nVidia driver</a> and <a href="http://blogs.sun.com/roller/page/thaniwa?entry=ja_en_lg3d_on_twinview">LG3D on TwinView Part2</a>, from <a href="http://blogs.sun.com/roller/page/thaniwa">Yasuhiro Fujitsuki&#8217;s weblog</a>.</p>
<p><a href="http://www.sun.com/software/solaris/">Solaris</a> 10 上用 <a href="http://www.nvidia.com/">nVidia</a> 的新 driver 的 screenshot, 有雙螢幕以及 <a href="http://www.sun.com/software/looking_glass/">Looking Glass</a>.</p>
<p>如果不知道甚麼是 Looking Glass 的話, 可以參考 <a href="http://www.sun.com/software/looking_glass/details.xml">screenshot</a> 或是 <a href="http://www.sun.com/software/looking_glass/demo.xml">Demo</a>.</p>
<img src="http://weblog.pigfoot.org/pigfoot/?ak_action=api_record_view&id=63&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://weblog.pigfoot.org/pigfoot/2005/06/23/lg3d-on-dual-head-display/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
