I really hate apache i will never use it. So if i am going to change underlying web engine i want something that support long polling with concurrency , how about tornado web ? would it be good
On Thu, Sep 29, 2011 at 4:59 AM, Michele Comitini < [email protected]> wrote: > I wrote: > > uwsgi uses many different models. Using uwsgi a mix of event + > > prefork could give a big boost, but if you care about performance > > avoid apache. > > > > I should have been: > uwsgi uses many different models. Using uwsgi a mix of event + > prefork could give a big boost -->and<-- if you care about performance > avoid apache. I.e. use nginx or cherokee or lighttpd >

