Download List

Project Description

Moto is a server-side scripting language much like PHP or ColdFusion. The difference between Moto and other server-side scripting languages is that Moto pages can run interpreted (like PHP) or be natively compiled into dynamically loadable Apache modules (an entire Web site could be compiled into one .so file). It comes with a full suite of objects and functions for state and session management, MySQL and PostgreSQL database connectivity, and a slew of utility classes like stacks, hashtables, string buffers, etc. There is also an included interface definition language for exposing C functions to Moto. All object allocation occurs in a shared memory segment, so maintaining state in objects between page views is a snap.

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.

2002-02-12 18:21 Back to release list
0.9.0 i

The configuration process has been standardized to install in
/usr/local/moto by default. A module directive has been added for
debugging to catch segfaults and re-throw them as Exceptions. Client
side cookie support has been added. All known functionality issues
with the preprocessor have been fixed. Significant improvements have
been made to the handling of regular expressions. Innumerable bug
fixes have been made as well.
Tags: Development, Major feature enhancements

Project Resources