ATL Server
From Wikipedia, the free encyclopedia
ATL Server is a technology for developing web based applications. It uses a tag replacement engine written in C++ to render web pages. It draws on the existing technologies like ISAPI and the Active Template Library.
A typical ATL server application consists of at least one ISAPI DLL along with one or a number of Server Response Files (.srf) and their associated DLL files which provide the application functionality.
[edit] References
- InformIT: Hello, ATL Server: A Modern C++ Web Platform, Sep 29, 2006.