> BTW... is FCGI still that "alive" after all those years?
> Do people really use it?

The usual setup for the Django framework is using mod_python, loading the 
Python interpreter into each Apache process (forking, not the threading 
extension). They recommend that.

The alternative solution is FastCGI, which might reduce memory overhead and 
allows to run the framework under a different user. You could imagine an 
Apache setup with many virtual servers talking to separate frameworks running 
with their specific user accounts. And it solves the issue of the usual 
life-time-limited apache process.

But anyway, I'm only interested if there is a possibility at all to deploy
Django <-> Naviserver

Only out of interest, I have no real need for a solution at the moment.

Bernd.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
naviserver-devel mailing list
naviserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/naviserver-devel

Reply via email to