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