>
> it is a bit harder to setup

are you joking ?
search this group and u will see my comments using uwsgi on webfaction

nginx <-socket-> uwsgi+python

u can use builtin webserver and u will not have layers at all
and SCGIServer is written in python which makes it slower

 it scales smoothly on multicores

uwsgi has master and slave processes,
also has uGreen module (~ greenlet) -
u see: master->child processes->ugreenlets (if I can say so) - that makes it
able to handle much more requests than scgiserver can

and not very least feature: it is STABLE
also it is able to reload child processes,
can limit the memory for child processes and many many features,
and still FASTER

and a very, very nice feature is touch reload when testing routes

I respect ur contribution, but u didn't convinced me that scgi is better
than uwsgi

Reply via email to