Archive for 12月, 2009

MySQL の操作

Posted in MySQL on 12月 4th, 2009 by na-ga – Be the first to comment

いつも忘れるので忘却メモ
read more »

–wsesslog について駄文

Posted in httperf on 12月 2nd, 2009 by na-ga – Be the first to comment

–wsesslog で指定した入力ファイルへのリクエストを送信する順番について、少し調べたのをまとめる。
read more »

Apache の無駄なモジュールをロードしない

Posted in Apache on 12月 1st, 2009 by na-ga – Be the first to comment

httpd-2.2.3-31.el5 では、デフォルト値で 52 個のモジュールがロードされる。これを必要最低限のモジュール (今回の例では 27 個) のみにすることで、気休め程度だが速度向上が期待できる。
read more »

APC まとめ

Posted in PHP on 12月 1st, 2009 by na-ga – Be the first to comment

APC (Alternative PHP Cache) を導入すると、PHP の実行速度が大幅に向上する。仕組みは、PHP はスクリプト言語なので実行するたびにコンパイルが行われるが、APC によって中間コードをキャッシュすることで、高速化を行っている。
read more »