Welcome! Log In Create A New Profile

Advanced

Re: proxy or fastcgi for python app

Avleen Vig
September 03, 2009 05:26AM
On Sep 1, 2009, at 12:41, "Piotr Sikora" <piotr.sikora@frickle.com>
wrote:

>> I'm going to try nginx with somes python apps. Thanks to wsgi i can
>> easily choose between fastcgi or proxy.
>>
>> How can i choose ?
>
> Test, test and test some more ;)
>
> I'm using wsgiserver from CherryPy (so proxied webserver).

Recently we moved from using fastcgi, to http proxy for our django app.

On the python side we are using Spawning, which was developed at
Linden Lab I believe.

It's quite nice, and very light weight / fast. It seems to be thread
safe too.

It starts a process which forks I/o processes the i/o procesed can
either use forking or threading (we use threading). The master process
manages them, restarting them if they die etc. It handles incoming
connections and passes them to a free child process.

Fast, clean, efficient.
Subject Author Posted

proxy or fastcgi for python app

William Dode September 02, 2009 05:49PM

Re: proxy or fastcgi for python app

William Dode September 02, 2009 05:49PM

Re: proxy or fastcgi for python app

Cliff Wells September 02, 2009 05:49PM

Re: proxy or fastcgi for python app

Piotr Sikora September 02, 2009 05:49PM

Re: proxy or fastcgi for python app

Avleen Vig September 03, 2009 05:26AM

Re: proxy or fastcgi for python app

Cliff Wells September 03, 2009 02:02PM

Re: proxy or fastcgi for python app

William Dode September 04, 2009 01:08PM

Re: proxy or fastcgi for python app

William Dode September 08, 2009 03:34PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 226
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready