AOLserver Tcl Model
For AOLserver, the Tcl integration model is (in general) to provide a Tcl command interface to the underlying C API
Tcl commands are available to:
- Handle URL requests, query a database,
- send email, monitor the system, and much more
-
Let’s take a look at a few examples...