summaryrefslogtreecommitdiffstats
path: root/development/thread/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/thread/README')
-rw-r--r--development/thread/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/development/thread/README b/development/thread/README
new file mode 100644
index 0000000000..e5e95c699c
--- /dev/null
+++ b/development/thread/README
@@ -0,0 +1,11 @@
+Tcl Thread extension.
+
+You can use this extension to gain script-level access to Tcl
+threading capabilities.
+
+The extension can be used with Tcl cores starting from Tcl8.4 and
+later. Also, this extension supports, i.e. can be used as a loadable
+module of, AOLserver 4.x series of the highly-scalable web server from
+America Online.
+
+You need to have your Tcl core compiled with "--enable-threads".