Download List

Project Description

Perl Application Server is an application server written entirely in Perl. It uses a simple and extensible object-oriented design.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2001-05-11 01:19
3.0.7

This version is another complete redesign. The approach for embedding Perl in HTML has changed, because previous methods were difficult to work with and debug. PSP takes an almost opposite approach, and it fits into the object model. The mod_perl request handler has been improved and rewritten. Included is an initial version of a database record object generator (which is used by the persistient session system). This version also has support for pre-runtime (via a build program) and dynamic (via the request handler) recompilation of PSP pages into page objects.
Tags: Major feature enhancements

2001-01-30 15:13
2-2000-04-21

A rewrite from the ground up, with a revamped session management system and integration of template support into the response object (via HTML::Embperl), and quite a few functional examples that detail some ways of developing using the system.

2001-01-30 15:13
19990712

Initial developers release.

2001-01-30 15:13
0.1.14

The system can now be implemented using an Apache request handler, making it much faster and more like a real app server, no longer needing CGI's or CGI workalikes. Bugfix in the Postgres based sessions updating code. Outbound URI filtering implemented, so the system can support persistant sessions for browsers that don't support cookies.

Project Resources