タグ

2011年7月3日のブックマーク (4件)

  • fcgi vs. gunicorn vs. uWSGI - Peterbe.com

    uwsgi is the latest and greatest WSGI server and promising to be the fastest possible way to run Nginx + Django. Proof here But! Is it that simple? Especially if you're involving Django herself. So I set out to benchmark good old threaded fcgi and gunicorn and then with a source compiled nginx with the uwsgi module baked in I also benchmarked uwsgi. The first mistake I did was testing a Django vie

  • 「werkzeug」でWSGIアプリをつくろう! — PySpiral

    あらかじめ必要なもの¶ aptitude install python-setuptools # for ubunutu easy_install werkzeug ノート 環境によってはsudoなどを用いて管理者権限に昇格する必要があります。 Windows版でのsetuptoolsのインストールについては http://python.matrix.jp/modules/setuptools.html などを参照してください。 WSGIってなんじゃらほい(おさらい)¶ WSGIはPython文化から生まれのHTTPサーバーインターフェース規格。 基のサーバーを実現するのに一個の関数を決められた形で記述するだけという 超シンプルで素敵な規格なのです。 この規格を「WSGIアプリ規格」と呼びましょうか。 「WSGIアプリ規格」の最小のサンプルを以下に示します。 def applicatio

  • Nicholas Piël » Benchmark of Python Web Servers

    It has been a while since the Socket Benchmark of Asynchronous server. That benchmark looked specifically at the raw socket performance of various frameworks. Which was being benchmarked by doing a regular HTTP request against the TCP server. The server itself was dumb and did not actually understand the headers being send to it. In this benchmark i will be looking at how different WSGI servers pe

  • ukstudio

    ここは、Rubyistである赤松 祐希の個人サイトです。Digital Gardenを意識して作っていますが、作り直しはじめたばかりなのであまり手入れが行き届いていません。不便だとは思いますが、気ままにのぞいてもらえれば幸いです。 著者について about 著者およびこのサイトについて now 著者の近況 おすすめ このサイトは検索も時系列による一覧も提供していません。なので私の方からいくつか記事をピックアップしリンクしました。 ソフトウェア開発 私とRuby 思い出話です ソフトウェアテスト ソフトウェア開発の中でも割と継続して興味をもっているトピック イテレーション開発においてゴールは変わるもの こちらもかなり前に書いた記事ですが、作ることだけを目的にしないというのは今でも忘れないようにしたいなと思っています 哲学 越境する 所属するクックパッドのマニフェストについてです 趣味 ちょっ