Tests about a simple python3 fastcgi runner using libfcgi and the Python-C API.
python
c
wsgi
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Yann Weber 0c527fc2dc 1st fonctionnal implementation of both python<->C IPC il y a 4 ans
include 1st fonctionnal implementation of both python<->C IPC il y a 4 ans
src 1st fonctionnal implementation of both python<->C IPC il y a 4 ans
tests Start implementing pep333 application support il y a 4 ans
AUTHORS Add missing am files il y a 4 ans
COPYING Add autotools & checks il y a 4 ans
ChangeLog Add missing am files il y a 4 ans
Doxyfile Start implementing pep333 application support il y a 4 ans
Makefile.am Deleted lib dir + autoconf enhancement il y a 4 ans
NEWS Add missing am files il y a 4 ans
README updated README il y a 4 ans
autogen.sh Start implementing pep333 application support il y a 4 ans
configure.ac Deleted lib dir + autoconf enhancement il y a 4 ans
foo.py 1st fonctionnal implementation of both python<->C IPC il y a 4 ans
foo_pep333.py 1st fonctionnal implementation of both python<->C IPC il y a 4 ans
includes_python3.7m.patch Initial commit il y a 4 ans

README

make
spawn-fcgi -d . -n -p 9000 -a 127.0.0.1 -- src/pyfcgi -S -e foo -E entrypoint

TODO: write a readme