Wtcl is a simple Tcl module for Apache. It provides an embedded, persistent Tcl interpreter and a set of commands for developing dynamic Tcl-based web pages. Wtcl currently works with Tcl >= 8.1 and Apache 1.3 on Windows. Wtcl provides basic web functions one would expect including a persistent interpreter and session support. Sessions are implemented using in-process storage or an SQL database (using [tclodbc]). Links: * Wtcl home page: http://modwtcl.info * Wtcl documentation: http://app.modwtcl.info/documentation.wtcl Other Tcl applications for Apache from the Apache Tcl project: * [Rivet] * [mod_tcl] * [websh] * [mod_dtcl] (no longer under development). <>Internet