File: README.Debian

package info (click to toggle)
tclthread 1%3A2.6.7-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,552 kB
  • sloc: ansic: 7,589; tcl: 1,642; sh: 393; makefile: 113; cpp: 31
file content (13 lines) | stat: -rw-r--r-- 448 bytes parent folder | download | duplicates (3)
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  Wed, 26 Mar 2008 23:09:37 +0300