(design) The free Industrial Strength Web Server (demos) | |
|
What is OpenPSP?
With a Web Browser on every desktop but data safely
stored away on servers its clear a way to develop Web applications
"as easily as one would run a script" would be of great benefit.
OpenPSP is a Web server which can be run by any user and has no configuration files. It will processes compiled CGI scripts as they are developed without the need to fork() as has been the disadvantage of CGI to date. The server also includes support for "Perl Server Pages" (PSP) where perl code can be embedded into documents. Why "Industrial Strength"? |
Design Goals The number one design goal for the server was that it should be as simple as possible but building in as much functionality as possible. The basic server is only 1000 lines of code with another 1000 lines for the multiprocessing generic server. Despite this the server supports virtual hosting, virtual directories, and is completely compatible with Apache for CGI scripting but with near mod_perl performance. Why Perl? To download the server click here: psp_2_1.tgz (70kb). |