meinheld.

servidor web do Python WSGI assíncrono de alto desempenho
Baixe Agora

meinheld. Classificação e resumo

Propaganda

  • Rating:
  • Licença:
  • BSD License
  • Nome do editor:
  • Yutaka Matsubara
  • Site do editor:
  • http://github.com/mopemope/

meinheld. Tag


meinheld. Descrição

Servidor Web do Python WSGI do Python do alto desempenho do desempenho Meinheld é mais um servidor web assíncrono como FAPWS3, o Tornado.Meinheld é um WSGI compatível com o Web Server.InstallationInstall de Pypi: Easy_install -zu MeinheldInstall a partir de Fonte: Python Setup.py InstallMeinheld Suporte Gunicorn. Para Instalar Gunicorn: Easy_install -zu UsagesInsimple WSGI : De Meinheld Import ServerDef Hello_World (Environ, Start_Response): Status = '200 OK' res = "Hello World!" response_headers = start_response (status, response_headers) retorna server.listen (("0.0 .0.0 ", 8000)) Server.run (hello_world) com Gunicorn. Classe dos trabalhadores do usuário "Meinheld.gmeinheld.meinheldworker": $ gunicorn --workers = 2 - Classe de trabalho = "Meinheld.gmeinheld.meinheldworker" Gunicorn_Test: APPPPERFORFORCEMEINHELD é usado HTTP_PARSER. (Consulte http://github.com/ RY / HTTP-Parser) e usar biblioteca de eventos de alto desempenho Picoev. (Consulte http://developer.cybozu.co.jp/kazuho/2009/08/picoev-a-tiny-e.html)simple benchmarksimple hello_world Bench: Def hello_world (ambiental, start_response): status = '200 ok' res = "Olá mundo!" Response_Headers = start_response (status, response_headers) Retorna Use o banco de Apach: $ ab C 100 -N 10000 http://127.0.0.1:8000/spec * CPU: Intel (R) Átomo (TM) CPU N270 @ 1.60GHz * Memórias: 1g * OS: Ubuntu 10.04Server Solicitações por segundoMeinheld 0.12927.62 FAPWS30.61293.53 SendFileMeinHeld Use SendFile (2), sobre WGSI.File_Wrapper. Requisitos: · Pitão


meinheld. Software Relacionado

Erfortocument.

Fornecer páginas HTML formatadas quando as respostas diferentes de 200 OK são retornadas de um aplicativo da Web ...

132

Download