Tests about a simple python3 fastcgi runner using libfcgi and the Python-C API.
python
c
wsgi
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Yann Weber 0c527fc2dc 1st fonctionnal implementation of both python<->C IPC 4 年之前
include 1st fonctionnal implementation of both python<->C IPC 4 年之前
src 1st fonctionnal implementation of both python<->C IPC 4 年之前
tests Start implementing pep333 application support 4 年之前
AUTHORS Add missing am files 4 年之前
COPYING Add autotools & checks 4 年之前
ChangeLog Add missing am files 4 年之前
Doxyfile Start implementing pep333 application support 4 年之前
Makefile.am Deleted lib dir + autoconf enhancement 4 年之前
NEWS Add missing am files 4 年之前
README updated README 4 年之前
autogen.sh Start implementing pep333 application support 4 年之前
configure.ac Deleted lib dir + autoconf enhancement 4 年之前
foo.py 1st fonctionnal implementation of both python<->C IPC 4 年之前
foo_pep333.py 1st fonctionnal implementation of both python<->C IPC 4 年之前
includes_python3.7m.patch Initial commit 4 年之前

README

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

TODO: write a readme