[ Previous ] [ Contents ] [ Index ] [ Next ]

AOLserver Configuration

AOLserver has many configurable parameters, all of which are set in the AOLserver configuration file. This chapter provides a reference of the configuration file structure and parameters so that you can edit the configuration file directly.

By modifying and/or adding AOLserver configuration parameters, you can:

What is a database pool?

A database pool is a set of connections to a database. AOLserver currently supports direct connections to the SOLID and Postgres databases. AOLserver also supports an external connection to Sybase. Third-party database drivers are available for Oracle, Informix, and InterBase. As far as configuration is concerned, you simply specify a database (or data source) that you want AOLserver to access. AOLserver then manages a set of connections to the database that it uses internally to efficiently process database operations. You can also access these connections directly through the Tcl and C interfaces.

Chapter 9 describes in detail how AOLserver interacts with databases.

What are the default AOLserver capabilities?

The following capabilites are provided by default for every server and can be configured by manually editing the configuration file.

What is an AOLserver module?

AOLserver modules are shared libraries or dynamically-linked libraries that provide specific sets of capabilities that you can load in your servers. The following modules are provided:

Top of Page

[ Previous ] [ Contents ] [ Index ] [ Next ]
Copyright © 1998-99 America Online, Inc.