タグ

Pythonとserverに関するHashのブックマーク (3)

  • AnsibleWorks

    ⚠️ Work in Progress. This is a draft. Submit a PR to suggest changes. Open Manifesto for AI Agents Touching Production Systems Governing the Shift from Automation to Autonomy. A set of guiding principles for AI agents operating in production systems. We are standing at the edge of the Probabilistic Era. For the last twenty years, professional automation was built on the foundation of Determinism.

    AnsibleWorks
    Hash
    Hash 2013/08/18
    Chefが複雑すぎるのでAnsible使ってみよう
  • Welcome to Fabric’s documentation! — Fabric documentation

    Welcome to Fabric’s documentation!¶ This site covers Fabric’s usage & API documentation. For basic info on what Fabric is, including its public changelog & how the project is maintained, please see the main project website. Getting started¶ Many core ideas & API calls are explained in the tutorial/getting-started document:

    Hash
    Hash 2013/01/11
    Python界隈のCapistranoみたいなもの?
  • 最速最強Webサーバーアーキテクチャ - Qiita

    PyFes 2012.11 発表資料です。 システムコールに焦点を当てて、 meinheld のアーキテクチャを紹介します。 アーキテクチャを説明するために Pure Python でサンプル実装を書いていますが、ちゃんと動くし、HTTPリクエストのパースを端折っているので 10000req/sec 以上出ます。 イベントドリブンのコードでフローが判りにくい場合は python -mtrace -t --ignore-module socket webserver1.py などのようにトレースしながら実行するといいでしょう。 前提 今日は、シンプルなレスポンスを返すだけの条件でをひたすら req/sec を追求する話をします。 たとえば、 nginx の lua モジュールで "hello" と返すだけとかです。 静的ファイルを配信するサーバーとかだともっと別のことも考えないといけません。

    最速最強Webサーバーアーキテクチャ - Qiita
    Hash
    Hash 2012/11/28
    自分でHTTPサーバを実装するお勉強的な側面もコミでなぞりたい
  • 1