CJ's Weblogs

hxgunicorn

把gunicorn翻译到haxe中的项目,做个记录。


./app/base.py

./app/djangoapp.py

./app/django_wsgi.py

./app/pasterapp.py

./app/wsgiapp.py

./arbiter.py

./config.py

./debug.py

./errors.py

./glogging.py

./http/body.py

./http/errors.py

./http/message.py

./http/parser.py

./http/unreader.py

./http/wsgi.py

./http/_sendfile.py

./logging_config.py

./management

./management/commands

./management/commands/run_gunicorn.py

./management/commands/__init__.py

./pidfile.py

./sock.py

./util.py

./workers/async.py

./workers/base.py

./workers/geventlet.py

./workers/ggevent.py

./workers/gtornado.py

./workers/sync.py

./workers/workertmp.py


评论