Package tcl-httpd-extra: Information

    Binary package: tcl-httpd-extra
    Version: 3.5.1-alt1
    Architecture: x86_64
    Build time:  Sep 1, 2008, 06:40 PM
    Source package: tcl-httpd
    Category: Development/Tcl
    Report package bug
    License: BSD
    Summary: Compiled addons to a tclhttpd
    Description: 
    While this server works fine as a stand alone web server, the intent
    is to embed the server in other applications in order to "web enable"
    them. A Tcl-based web server is ideal for embedding because Tcl was
    designed from the start to support embedding into other applications.
    The interpreted nature of Tcl allows dynamic reconfiguration of the
    server. Once the core interface between the web server and the hosting
    application is defined, it is possible to manage the web server,
    upload Safe-Tcl control scripts, download logging information, and
    otherwise debug the Tcl part of the application without restarting the
    hosting application.
    
    This package provides two compiled addons to a tcl-httpd:
    - crypt, another interface to  crypt(); other option is tcl-trf
      package (recommended) or builtin tcl-only realization (quite slow);
    - limit, interface to set|getrlimit(RLIMIT_NOFILE, ...);
    Alltough, these packages can be used independenty too.

    Maintainer: Sergey Bolshakov

    List of contributors:
    Sergey Bolshakov

    Last changed


    Aug. 31, 2008 Sergey Bolshakov 3.5.1-alt1
    - rebuilt against tcl8.5
    Jan. 7, 2008 Sergey Bolshakov 3.5.1-alt0.5
    - CVS snapshot @20061110
    July 23, 2006 Sergey Bolshakov 3.5.1-alt0.4
    - CVS snapshot @20050426
    - fixed indices on x86_64