Category Archives: Computer

Computer Technical Notes

Mesh Networking

SlashdotEngadget 看到 Mesh:Introducing 802.11s – Wireless Mesh NetworkingGet ready for 802.11s — Intel proposes mesh networking standard,在 Slashdot 提到:

This standard utilizes a mesh topology, allowing for fully self-configuring networks where each node can relay messages on behalf of others, thus increasing the range and available bandwidth with the number of nodes active within the system, versus the point-to-point structure of existing WiFi networks.

想到在 TANet 2004 的時候有聽到某公司的顧問有提到 Mesh Networking,他們是以 802.11a 在各 AP 之間溝通,以 802.11b 提供使用者使用。

slow bloglines

最近的 bloglines 實在有夠慢,剛剛看到公告了:

System Upgrades This Evening

As Bloglines continues to grow, we are constantly adding capacity to the system. The Bloglines site will be unavailable for half an hour starting at 8pm Pacific Time this evening, Monday March 07, 2005, while we upgrade the system. We thank you for your understanding.

hmmm…

Hosting Resource

Oui-Blog 的「前輩有交代 未雨先綢繆 (重要公告)」提到 Oui-Design 用了整台主機 10% 的 resource。

呃… 用過 MT 的人 (呃對,我更久前用過 MT,當年是 hlbCCCA 主機上架的 MT,當年的網址應該是 http://ccca.nctu.edu.tw/~gslin/blog/,現在不存在了) 都應該知道 MT 在 build article 的時候很吃資源。整台主機的 10% 對 hosting 業者來說吃不消… (太多白工花在 fork + exec 以及 Perl compile…)

一種做法是使用 mod_perlMT 的部分需要加上一些 patch (當年有看到別人有這樣做),這樣可以省下 CGI fork + exec 以及 Perl compile 的時間 (這樣最省的地方可能是 trackback spam),我「猜測」Typepad 可能是走這條路… 不過,如果機器不是自己的,大概都沒辦法這樣搞。

另外一種做法是用 SpeedyCGI 或是 PPerl (不過這部分只能省 Perl compile 的 resource),我沒試過,這只是我想到的解法之一…

另外就是 backend 不要用 file,儘量用 database (通常是 MySQL),這樣會把一部份的 loading 散到 database 上,對 hosting 業者來說比較無所謂 (這些 hosting 的 database 都很猛的,某短網址站就直接把 n GB 的資料直接倒到 hosting 的 database)。

呃,一時間只有想到這樣…

Group.NCTU.edu.tw 對 Subject 的處理

article.php 就不說了,只講 rss10.php (原始程式碼在 http://group.nctu.edu.tw/rss10.phps),剛剛發現 BBS 送出來的 Subject 因為會有使用 MIME-Q 的情況 (需要 patch innbbsd,或是直接用 itoc 的版本),所以要再處理…

PS:RSS 的功能是因為讀 DS 讀到悶寫出來的,我目前沒有更多的時間發展新的功能,只能先對「正確性」處理…