AOLserver Basics
AOLserver is a full featured, multithreaded web application development environment for Unix and NT
In addition to static page serving and CGI’s, AOLserver includes a rich and flexible C API for:
- Dynamically loading user-written C modules (DLL’s)
- Binding functions to arbitrary web requests
- SQL database services
- Cron-like background task scheduling
- Asynchronous socket callbacks
- And much more...