2006-11-30から1日間の記事一覧

-Dr.コトー

やばい、オープニングの写真撮るシーンだけで泣けそうだ。。。先週のアイツらと違って私は人の心を持ってるからw。 追記: そうでもなかった。。。

-Coyoteは避けられない

Coyoteは避けるの難しいみたい。というのも、食い込んでるし、GrizzlyはSSL処理の実装にCoyoteのそれを利用しているし。Coyote Adapterの実装ということになりそう。さて、そろそろブートストラップのやり方考えますかね。 追記: ブートストラップはKvasir-…

-ThreadLocal全滅?

http://weblogs.java.net/blog/jfarcand/archive/2006/01/introduction_to.html If the request is completed, but keep-alived, release the thread and register the SelectionKey for IO event if the request isn't completed, release the thread but k…

-put Apache in front of Java.

http://weblogs.java.net/blog/jfarcand/archive/2005/06/grizzly_an_http.html But as other Java based HTTP Connector, scalability is always limited to the number of available threads, and when keep-alive is required, suffer the one thread per…