<?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>Temporality &#187; siege</title>
	<atom:link href="http://www.sylin.net/blog/tag/siege/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sylin.net/blog</link>
	<description>my causerie</description>
	<lastBuildDate>Sat, 05 Mar 2011 18:32:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>PHP之父的演講</title>
		<link>http://www.sylin.net/blog/2008/11/21/126</link>
		<comments>http://www.sylin.net/blog/2008/11/21/126#comments</comments>
		<pubDate>Fri, 21 Nov 2008 08:30:28 +0000</pubDate>
		<dc:creator>sylin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Rasmus Lerdorf]]></category>
		<category><![CDATA[siege]]></category>

		<guid isPermaLink="false">http://www.sylin.net/blog/?p=126</guid>
		<description><![CDATA[這個禮拜有 PHP 之父-Rasmus Lerdorf1 來台灣的演講，一共三場，分別是 17日在中央，18日在台大，20日在交大。 今天看到有人發表聽完演講的心得 &#8211; [心得] 與大師相遇－PHP教父談理想網路環境(台大場)。 台大場的投影片在此，不過台大場和交大場的演講內容應該是一樣，前面先講 PHP performance tuning 的技巧，後面則是講 XSS、security。而中央場講的則是 Yahoo! Open Hackday 和 Web Service。 (題外話，我覺得 talks.php.net 還蠻難用的耶。) Rasmus Lerdorf這邊使用 Siege 這套工具來作評測，可以方便地測量執行效能的結果。 接下來介紹了一堆提昇效能的作法，不過看來還是用 APC 最簡單又有效，調整 include_path 就是減少搜尋檔案(fstat)失敗的次數，這是要依據使用環境的不同而決定使用，如果要被引入的檔案都放在固定的目錄下，當然是先去找比較常用到的目錄會比較快，其他的方法一下子還看不懂，而且看起來還蠻麻煩的，而且改進的幅度也還好。再後面是 XSS 攻擊手法的介紹，不過只看投影片的話，有些地方實在看不太懂意思，還是要再找時間仔細地研究看看。 is most notable as the creator of the PHP programming language. © admin for Temporality, 2008. &#124; Permalink &#124; [...]]]></description>
			<content:encoded><![CDATA[<p>這個禮拜有 PHP 之父-<a href="http://en.wikipedia.org/wiki/Rasmus_Lerdorf">Rasmus Lerdorf</a><sup><a href="http://www.sylin.net/blog/2008/11/21/126#footnote_0_126" id="identifier_0_126" class="footnote-link footnote-identifier-link" title=" is most notable as the creator of the PHP programming language. ">1</a></sup> 來<a href="http://twpug.net/modules/newbb/viewtopic.php?viewmode=flat&#038;type=&#038;topic_id=3676&#038;forum=9">台灣的演講</a>，一共三場，分別是 17日在中央，18日在台大，20日在交大。</p>
<p>今天看到有人發表聽完演講的心得 &#8211; <a href="http://blog.roodo.com/jaceju/archives/7648121.html">[心得] 與大師相遇－PHP教父談理想網路環境(台大場)</a>。</p>
<p>台大場的投影片<a href="http://talks.php.net/show/ntu/">在此</a>，不過台大場和<a href="http://talks.php.net/show/nctu/">交大場</a>的演講內容應該是一樣，前面先講 PHP performance tuning 的技巧，後面則是講 XSS、security。而<a href="http://talks.php.net/show/ncu/">中央場</a>講的則是 <a href="http://hackday.ithome.com.tw/yahoo/">Yahoo! Open Hackday</a> 和 Web Service。</p>
<p>(題外話，我覺得 <a href="talks.php.net">talks.php.net</a> 還蠻難用的耶。)</p>
<p>Rasmus Lerdorf這邊使用 <a href="http://www.joedog.org/JoeDog/Siege">Siege</a> 這套工具來作評測，可以方便地測量執行效能的結果。</p>
<p>接下來介紹了一堆提昇效能的作法，不過看來還是用 <a href="http://tw2.php.net/apc">APC</a> 最簡單又有效，調整 include_path 就是減少搜尋檔案(fstat)失敗的次數，這是要依據使用環境的不同而決定使用，如果要被引入的檔案都放在固定的目錄下，當然是先去找比較常用到的目錄會比較快，其他的方法一下子還看不懂，而且看起來還蠻麻煩的，而且改進的幅度也還好。再後面是 XSS 攻擊手法的介紹，不過只看投影片的話，有些地方實在看不太懂意思，還是要再找時間仔細地研究看看。</p>
<ol class="footnotes"><li id="footnote_0_126" class="footnote"> is most notable as the creator of the PHP programming language. </li></ol><hr />
<p><small>© admin for <a href="http://www.sylin.net/blog">Temporality</a>, 2008. |
<a href="http://www.sylin.net/blog/2008/11/21/126">Permalink</a> |
<a href="http://www.sylin.net/blog/2008/11/21/126#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.sylin.net/blog/2008/11/21/126&title=PHP之父的演講">del.icio.us</a>
<br/>
Post tags: <a href="http://www.sylin.net/blog/tag/php" rel="tag">php</a>, <a href="http://www.sylin.net/blog/tag/rasmus-lerdorf" rel="tag">Rasmus Lerdorf</a>, <a href="http://www.sylin.net/blog/tag/siege" rel="tag">siege</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sylin.net/blog/2008/11/21/126/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

