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

C Interface

To extend the AOLserver with a dynamically loadable C module, write or port C language code and compile it as a Unix shared library module. Typically, your C module will contain a single "initialization routine" that calls one or more AOLserver C API functions to register one or more operations, traces, and/or chores procedures your module will provide.

The C interface provides a powerful way to incorporate legacy code that is already in C form or for applications that require the highest possible performance. An example of the latter is the basic AOLserver page fetching module, which is designed for optimal performance. Although the module is statically linked into the AOLserver, it is structured in the same way as any other C module, including a single initialization function that calls AOLserver C API function to register itself. You can also add new Tcl commands using the C interface.

Top of Page

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