Para::Frame 1.02 review

Download
by rbytes.net on

Para::Frame is a system to use for dynamic web sites

License: Perl Artistic License
File size: 1994K
Developer: Jonas Liljegren
0 stars award from rbytes.net

Para::Frame is a system to use for dynamic web sites. Para::Frame runs as a backend daemon taking page requests from a Apache mod_perl client and returns a HTTP response.

The URLs in the site corresponds to templates for displaying information. Operations on the data is put in perl modules separated from the templates.

Para::Frame handles multitasking within the process, enabeling you to keep your initialized objects in memory with no need to sync with the DB for each request.

The session data lives in memory. No need to save it in an external format.

Para::Frame uses "routes" for planning things to do in a session, taking care of which page to display next, depending on form actions. Integrated with exception handling.

One Para::Frame daemon can handle many sites on the same server. It uses the Apache configuration for handling URL to file translation.

You can have any number of Para::Frame daemons running in parallell on the same server. Maby using one for development, one for the stable version and one backup in case of failure. You can easily configure the site to use a backup daemon as a last resort.

A Watchdog makes sure that the system works. It pings the daemon in regular intervals and restarts it if locks up or if the memory limit is reached. The restart is done by forking.

There are tons of useful functions.

What's New in This Release:
A lot of major changes and additions were made.
19 new classes were added, including classes for relational database access, internationalization, and file and directory handling.
The server/client communication has changed and is now safer and faster.
A load-page will display a progress report from the server before the new page is loaded.
The html/pf directory now contains some default images, styles, JavaScript, and more.
A demo has been included.

Para::Frame 1.02 search tags