PSI - Python Script Interface

This is the announcement of the PSI (Python Script Interface) version 0.01. The PSI is a FastCGI like interface between the Apache webserver and long running python scripts. The package consists of an Apache module (mod_psi) that handles client CGI requests and a simple python based framework for publishing long running CGI scripts. The purpose of PSI is to be able to use python based CGI scripts without the need to invoke the interpreter for every request, and to share some global 'state' (db connections, sessions, etc) between each request. This software is very very alpha. I am releasing this as a way to generate some comment on the design/implementation. PSI_0.01 can be downloaded from: http://huizen.dds.nl/~d50/psi_0.01.tar.gz Sent via Deja.com http://www.deja.com/ Before you buy. <P><A HREF="http://huizen.dds.nl/~d50/psi_0.01.tar.gz">PSI 0.0.1 (click to download as .tar.gz file)</A> - Python Script Interface; an Apache module for long-running Python CGI scripts, similar to FastCGI. (28-Sep-99) -- ----------- comp.lang.python.announce (moderated) ---------- Article Submission Address: python-announce@python.org Python Language Home Page: http://www.python.org/ Python Quick Help Index: http://www.python.org/Help.html ------------------------------------------------------------
participants (1)
-
henk_p@my-deja.com