OT: 'best' dynamic language
Manlio Perillo
manlio_perillo at libero.it
Wed Apr 23 00:26:22 MSD 2008
Cliff Wells ha scritto:
> On Tue, 2008-04-22 at 13:07 +0200, Manlio Perillo wrote:
>
>> The problem with reverse proxy is that you need another server, and this
>> server is usually written in Python, and most of the time it uses
>> threads for concurrency, so it's not the best solution (unless, of
>> course, you don't run a whole "cluster" of servers, like Ruby
>> programmers like to do)
>
> FAPWS is a non-threaded, libevent-based WSGI server:
>
> http://william-os4y.livejournal.com/
>
> I've tested it and it is quite fast (~5000 req/s is achievable on decent
> hardware).
>
What type of application have you tested?
One limitation of FAPWS (like Twisted) is that it is single process.
> Regards,
> Cliff
>
Regards Manlio Perillo
More information about the nginx
mailing list