Hi Alexander,
What is the advantage of using gevent-fastcgi instead of simply using nginx and maybe with gunicorn?


On 03/18/2012 12:59 PM, Alexander wrote:
Hello everybody,

I'm working on gevent coroutine based  library FastCGI server
implementation and I's ready for testing. It most likely contains lots
of bugs and it would be great if you help to catch some of them.

Just install gevent-fastcgi package:

$ easy_install gevent-fastcgi

Then include gevent_fastcgi.adapters.django into INSTALLED_APPS list
of your settings.py. Then run:

$ python manage.py run_gevent_fastcgi host:port

Run "python manage.py run_gevent_fastcgi --help" to find out more
about run_gevent_fastcgi command.

Alex


--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to