Re: fastcgi vs wsgi

2012-08-07 Thread Gour
On Tue, 07 Aug 2012 00:39:36 +0200 Melvyn Sopacua wrote: > The system used is not of much influence. The bulk of the memory usage > of a WSGI and fastcgi app is the modules that are loaded by the python > interpreter, similar to how php-fpm memory increases with each >

Re: fastcgi vs wsgi

2012-08-06 Thread Melvyn Sopacua
app with fastcgi vs wsgi? how they compare > memory-wise? The system used is not of much influence. The bulk of the memory usage of a WSGI and fastcgi app is the modules that are loaded by the python interpreter, similar to how php-fpm memory increases with each extension that is loaded. Cachin

fastcgi vs wsgi

2012-08-06 Thread Gour
Hello, At the moment I (have to) run 3 php sites in a tight memory environment using lighttpd server & php-fpm and I'd like to move one php site (for the beginning) to django cms (mezzanine) and wonder what is the impact of running django app with fastcgi vs wsgi? how they compare memory-