Twitter、サービス障害について公式に釈明:ニュース - CNET Japan

screenshot

 結局、Twitterの本社には知的生命体が生息していることが判明した。一安心だ。  長期にわたる沈黙を破って、Twitterは米国時間5月22日、サービスに影響を与えている度重なる障害と同社がそれを解決するために何をする計画なのかについて説明する詳細な記事を自社のブログに発表した。 これまでTwitterは丁寧な懇願や一般大衆からの扇動に至るまで、あらゆるものに対して結...

http://japan.cnet.com/news/media/story/0,2000056023,20373927,00.htm

障害多発に対するTwitter側の釈明。
Railsやめちまうのかなぁ。
「おまいら、もちつけ」
いろんな意味ですごい記事
われわれw あとで改めて読む。はてな障害になれてるからね。チャット状態だから大変だろうな。

http://b.hatena.ne.jp/entry/http://japan.cnet.com/news/media/story/0,2000056023,20373927,00.htm

RUgd - Rails Ugly Dispatcher - Trac

screenshot

svn co http://svn.rugd.unbit.it/rugd/ # edit Makefile to set you ruby include path (sorry for this :( ) # use make -f Makefile.leopard if you are under OSX Leopard make ./rugd <app> Releases rugd-0.1.tar.gz (2008-05-20) [this is a preview version, mostly broken, please use svn trunk for some serious testing] Supported platforms Linux 2.6 (i386 - x86-64) MacOSX Leopard Benchmark (not very useful) Mongrel (1000 requests with ab on a simple hello world page, no mongrel_cluster) Document Path: /stress Doc...

http://rugd.unbit.it/

Rails専用の高速webサーバ。Cで書かれているから速い

http://b.hatena.ne.jp/entry/http://rugd.unbit.it/

MOONGIFT: Rails専用のWebサーバ「RUgD」:オープンソースを毎日紹介

screenshot

RailsのWebサーバとしては、Mongrelが最も良く使われているだろう。最近ではmod_railsも人気になってきている。Mongrelは優れたWebサーバではあるが、実際の運用時にはプロキシの設定などが面倒に感じられることがある。 起動しているところ   そんな中、プロキシの設定が不要なWebサーバが登場した。 今回紹介するオープンソース・ソフトウェアはRUgD、Rails専用の高速Webサーバだ。 (m...

http://www.moongift.jp/2008/05/rugd/

mongrelより早いらしい
mongrel代替を目指すのか?

http://b.hatena.ne.jp/entry/http://www.moongift.jp/2008/05/rugd/

28 mod_rails / Passenger Resources To Help You Deploy Rails Applications Faster

screenshot

Passenger (often known as “mod_rails“) is an Apache module developed by Phusion, a small Dutch IT consultancy, that makes it easy to deploy Rails applications on Apache-based stacks. Passenger follows on well from the popular “No True mod_ruby Is Damaging Ruby’s Viability on the Web” discussion of January 2008 in that it mostly solves the Rails deployment issue (see SwitchPipe for an alternative that can deal with non-Rails frameworks). Since its launch in April, Passenger has...

http://www.rubyinside.com/28_mod_rails_and_passenger_resources-899.html
http://b.hatena.ne.jp/entry/http://www.rubyinside.com/28_mod_rails_and_passenger_resources-899.html

PragDave: New lambda syntax in Ruby 1.9

screenshot

I'm slowly getting used to the new -> way of specifying lambdas in Ruby 1.9. I still feel that, as a notation, it could be clearer. (I'd personally like just plain backslash, because that looks pretty close to a real lambda character, but that's not going to happen.) But having punctuation, rather than the word lambda, makes a surprising difference to the way my eyes read code. For example, you could write a method that acts like a while loop. def my_while(cond, &body)  while cond.call  &n...

http://pragdave.blogs.pragprog.com/pragdave/2008/05/new-lambda-synt.html

これはsmalltalk(squeak?)の世界だなあ。
なるほど、そうきたか。 whileの実装

http://b.hatena.ne.jp/entry/http://pragdave.blogs.pragprog.com/pragdave/2008/05/new-lambda-synt.html