File: README.Debian

package info (click to toggle)
tclthread 1%3A2.8.4-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,736 kB
  • sloc: ansic: 8,279; tcl: 1,694; sh: 406; makefile: 81
file content (13 lines) | stat: -rw-r--r-- 472 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
In addition to an ordinary Thread package which is meant to be used in
Tcl/Tk applications the package includes also a library for AOLserver.

To use it install aolserver4 package and add the following lines to
/etc/aolserver4/aolserver4.tcl:

if {![catch {
        set tclthreadlib [lindex [glob /usr/lib/tcltk/*/thread*/libthread*-aolserver.so] 0]
      }]} {
    ns_param libthread $tclthreadlib
}

Sergei Golovan <sgolovan@debian.org>  Wed, 26 Mar 2008 23:09:37 +0300