::run, tempo, run::

全部 | General | Java | Web | Software | Fun | Wireless | Idea | Travel


今天在外面咖啡廳整理東西, 突然想聽音樂, 不過因為 ipod 放在車上被開走了, 所以就想找找看有沒有讓我可以直接 streaming 公司電腦裡音樂的方法, 先後找到了:

shoutcast -> winamp remote -> Orb

本來已經把 winamp remote 裝好了, 不過想想 winamp remote 是 Orb 代工, 所以還是改為安裝本家比較好..
安裝方式很簡單, 就下載後填一下帳號, 以後就可以用任何一個瀏覽器存取你的電腦了 (firewall 等這些問題好像都不用管?, 等明天到公司再研究一下)..

我們公司的網路是用 adsl 8M/1M, 用來撥 mp3 還不錯, 很偶爾才會斷線一下..
Orb 還支援影片, 電視, 照片, 文件等遠端播放, 但我放了一點影片, 覺得品質很差, 不知道是不是網路設定的關係..(8M/1M 應該是足夠的才對)
常常在公司外面工作的人可以安裝來試試看.. :-)

tag:


Apr 29 2007, 05:59:29 PM CST Permalink 迴響 [1]
techcrunch 看到的 twitter scaling issues..
ROR 的賣點是簡單易上手, 但從 twitter 的經驗來看, 在 scaling 確實有些瓶頸:

"None of these scaling approaches are as fun and easy as developing for Rails. All the convenience methods and syntactical sugar that makes Rails such a pleasure for coders ends up being absolutely punishing, performance-wise."

"Once you hit a certain threshold of traffic, either you need to strip out all the costly neat stuff that Rails does for you (RJS, ActiveRecord, ActiveSupport, etc.) or move the slow parts of your application out of Rails, or both."

另一個建議則是不要使用 ROR, 改用 Mongrel 的 Handler, 可以避掉 threading 的問題, 但也回到了其他部分要自己手動重練的情況..

因為在 web 2.0 創意競賽看到很多學生選擇用 ROR 實作自己的網站, 所以給對 ROR 有興趣的人參考一下..
不是所有網站都會像 twitter 一樣有這麼令人羨慕的成長, 但如果這一天來了, 最好心裡也能有套應對方式..

tag:

Apr 29 2007, 04:23:50 PM CST Permalink 迴響 [0]