Tests about a simple python3 fastcgi runner using libfcgi and the Python-C API.
python
c
wsgi
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Yann Weber 6a93f8042f Start implementing pep333 application support 5 лет назад
include Start implementing pep333 application support 5 лет назад
lib Start implementing pep333 application support 5 лет назад
src Start implementing pep333 application support 5 лет назад
tests Start implementing pep333 application support 5 лет назад
AUTHORS Add missing am files 5 лет назад
COPYING Add autotools & checks 5 лет назад
ChangeLog Add missing am files 5 лет назад
Doxyfile Start implementing pep333 application support 5 лет назад
Makefile.am Start implementing pep333 application support 5 лет назад
NEWS Add missing am files 5 лет назад
README updated README 5 лет назад
autogen.sh Start implementing pep333 application support 5 лет назад
configure.ac Start implementing pep333 application support 5 лет назад
foo.py Enable python environnement update from FCGI context 5 лет назад
includes_python3.7m.patch Initial commit 5 лет назад

README

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

TODO: write a readme