-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Benoit Chesneau wrote: > Hi, > > Quick mail to announce the gunicorn 'Green Unicorn' 0.1. it is a WSGI > HTTP Server for UNIX, fast clients and nothing else. This is a port of > Unicorn (http://unicorn.bogomips.org/) in Python. > > You can find it here : > > http://pypi.python.org/pypi/gunicorn/0.1 > > Current features are limited to the choice of number of workerts/cores > you want to use and the ip/port. There are one command gunicorn_django > that allows you to launch any django project. > > Any feedback is appreciated,
Interesting: how are you detecting slow clients in production, given that the WSGI server itself is only supposed to be used for fast ones? I'm assuming that there must be some kind of heuristic-applying proxy you run in front of unicorn/gunicorn. Or do you just not bother, and let slow clients see failed responses? Tres. - -- =================================================================== Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software "Excellence by Design" http://palladion.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAktD44cACgkQ+gerLs4ltQ5FcQCdHB2GL4mnB1I7Pr+e6iT/86Ct N68An2S9HfB9Fp4bFd+oeoJzboiXQVfF =1HOW -----END PGP SIGNATURE----- _______________________________________________ Web-SIG mailing list Web-SIG@python.org Web SIG: http://www.python.org/sigs/web-sig Unsubscribe: http://mail.python.org/mailman/options/web-sig/archive%40mail-archive.com