Django, lighttpd and FCGI, second take |
July 27, 2005, 1:27 p.m. |
In my first take at this stuff I gave a sample on how to run django projects behind lighttpd with simple FCGI scripts integrated with the server. I will elaborate a bit on this stuff, with a way to combine lighttpd and Django that gives much more flexibility in distributing Django applications over ... |
Django, Programmierung, Python, Sysadmin, Texte |
Eunuchs |
July 27, 2005, 12:44 p.m. |
Eunuchs liefert ein paar Funktionen nach die unter Python 2.3 noch nicht verfügbar sind. Speziell socketpair und recvmsg/sendmsg sind da sehr wichtig - für Serverprogrammierung mit preforked Servern zum Beispiel.
|
Programmierung, Python |