Search results

Jump to navigation Jump to search
  • ...is a working draft in progress for an introductory guide to AOLserver and Tcl. == ADP Pages ==
    2 KB (231 words) - 03:09, 16 June 2007
  • ...[C API]] or [[Tcl API]], or single pages can be written using either [[Tcl pages]] or [[ADP]] pages. If you load one of the language modules, you will also be able to use you
    573 bytes (93 words) - 15:06, 23 November 2009
  • Acronym: AOLserver Dynamic Pages ADPs contain a mixture of '''TCL''' and HTML, with the TCL code being parsed and evaluated by AOLserver as it delivers the page. ADPs
    982 bytes (155 words) - 15:02, 23 November 2009
  • ...also provides a method of making view controls at ADP level rather than at TCL level, which keeps development at an appropriately abstracted level. ns_register_adp GET /myurl/* d:/pages/myadp.adp
    813 bytes (122 words) - 00:17, 4 October 2009
  • ...e in Tcl libraries - mixed with HTML to create a complete web page. Unlike Tcl libraries, any changes you make to the ADP take effect immediately without ...art trying, make sure you have configured AOLserver correctly to parse ADP pages.
    2 KB (363 words) - 00:34, 20 November 2008
  • ''(Lets not split these into seperate pages until there's enough content.)'' ...is somewhat familiar with http://aolserver.com/docs/devel/c/, or its peer pages, and now is looking for more advanced development topics.
    3 KB (387 words) - 19:27, 16 April 2008
  • So, you'd like to help document the core Tcl API for AOLserver, but you're not sure where to start or how to do it? Rea Here are links to pages containing the documentation templates. To use them, visit the page and cl
    1 KB (238 words) - 04:14, 13 October 2005
  • == Debugging AOLserver pages == dhost String. The host name the Tcl debugger is listening on. (Example: 127.0.0.1)
    951 bytes (124 words) - 09:08, 7 September 2006
  • .../modules/tcl. Now you should have directory named twapi under your server tcl modules directory e.g. AOLserver/servers/{yourserver}/modules/tcl/twapi
    2 KB (317 words) - 13:52, 6 March 2007
  • Man page: http://aolserver.com/docs/tcl/ns_adp_stats.html : ns_adp_stats - Return statistics about cached ADP pages.
    2 KB (363 words) - 03:00, 15 June 2004
  • Man page: http://aolserver.com/docs/tcl/ns_url2file.html /usr/local/aolserver/servers/server1/pages/test.adp
    469 bytes (72 words) - 19:26, 21 June 2004
  • ...est suits the project at hand. For my web development needs, AOLserver and TCL have been best. For other needs I usually choose between 80x86 assembler, B My latest TCL related project is x10bot, a home automation daemon for x10 CM11A appliance
    2 KB (313 words) - 06:18, 17 April 2010
  • I've been using Tcl for various reasons for about 7 years now - I love it my language of choice ...us) and found that Tcl is an excellent language for the genaration of web pages.
    898 bytes (160 words) - 06:41, 13 October 2005
  • ...'''ns_adp_registerproc''' with [[ns_adp_registerscript]]. Both register a Tcl script/proc that is run by the tag. However, this one receives individual a : Suppose you want to register a tag that retrieves some url using the Tcl http package. You could register the tag as follows:
    3 KB (497 words) - 08:19, 14 October 2009
  • : '''AOLserver''' is a multithreaded, Tcl-enabled, massively-scalable and extensible web server tuned for large scale ...es) containing TCL intermixed with HTML. The parsing and execution of the TCL code occurs "within" the server, rather than being transferred out through
    3 KB (503 words) - 15:06, 23 November 2009
  • So I came up with a little virtualhosting.tcl file /data/servers/nsshutdown/conf/nsd.tcl (main nsd config)
    5 KB (674 words) - 21:07, 3 April 2005
  • ...be handled by the nscgi module, you had to make the change in your config .tcl and restart AOLserver. This command is new to the AOLserver 4.5.1 version :Just like with registered ADP pages or procedures, the CGI script will be invoked irregardless of the original
    1 KB (208 words) - 00:42, 4 October 2009
  • * rapid development by using Tcl, a high-level scripting language * flexibility of using low level C or high-level Tcl
    2 KB (316 words) - 15:05, 23 November 2009
  • Man page: http://aolserver.com/docs/devel/tcl/api/adp.html#ns_register_adptag ...ns_adp_registerscript''' with [[ns_adp_registeradp]]. This one registers a Tcl script/proc that is run by the tag. The other one registers an ADP script t
    3 KB (568 words) - 08:19, 14 October 2009
  • ...ting language, similar to using Tcl as the scripting language for your ADP pages. ...is in a manner very similar to the "First C Module" example, by defining a Tcl function "ns_myfunction" and binding that to calls into your properly initi
    7 KB (1,048 words) - 13:38, 6 December 2005
  • Man page: http://aolserver.com/docs/devel/tcl/api/adp.html#ns_adp_registertag ...registers an ADP script that is run by the tag. The other one registers a Tcl script/proc that is run by the tag.
    2 KB (344 words) - 07:42, 14 October 2009
  • Man page: http://aolserver.com/docs/tcl/ns_adp_tell.html ...in the current ADP output buffer. This may be useful in order to throttle pages that can get too large for the client to handle due to modem speeds and oth
    1 KB (202 words) - 02:19, 18 June 2010
  • ...al because OpenACS tests for the desired behavior and falls back on (slow) TCL-based encoding. * Should this be added to TCL?
    4 KB (661 words) - 13:17, 24 March 2006
  • Man page: http://aolserver.com/docs/tcl/ns_quotehtml.html : ns_quotehtml - Escape HTML characters so they appear as-is in HTML pages
    1 KB (185 words) - 11:08, 8 August 2006
  • Man page: http://aolserver.com/docs/tcl/ns_mktemp.html ...table/only a small number of variations - please consult your system's man pages if this might be an issue to you. AOLserver could potentially be improved t
    1 KB (193 words) - 21:37, 3 October 2009
  • :Directory under which all pages live '''Directory listings can be generated with an ADP or a Tcl proc'''
    2 KB (195 words) - 22:14, 21 December 2011
  • ...server.com/sf/bug/984785 Sun JVM 1.4 on Linux SIGCHLD handler interferes w/Tcl exec] ...e it unnecessarily installs a SIGCHLD signal handler which interferes with Tcl's [exec] command. The bug has been fixed in JVM 1.5.0_beta2.
    7 KB (1,213 words) - 20:22, 24 August 2005
  • '''Step 1. Build and install Tcl and AOLserver.''' You can use a binary distribution of Tcl provided it is a threaded build of Tcl, and build AOLserver with it.
    5 KB (793 words) - 23:25, 6 November 2006
  • : Query or set the ''detailerror'' option. When enabled, errors in ADP pages are formatted with information about the context of the HTTP request. This : Query or set the ''displayerror'' option. When enabled, errors in ADP pages are formatted and appended to the output stream, normally visiable to a use
    8 KB (1,299 words) - 00:47, 19 June 2010
  • ...core (all be it sporadically), and there is also now a fairly full feature Tcl Threads package. ...so that all the features of server could be easily incorporated in to the pages.
    4 KB (645 words) - 08:00, 17 September 2008
  • * [[nsproxy]] -- Execute Tcl scripts in an external process * [[nsblowfish]] -- Encrypt Tcl strings with Blowfish cypher and hex encode.
    8 KB (1,156 words) - 18:58, 21 September 2010
  • '''Step 1. Build and install Tcl and AOLserver.''' You can use a binary distribution of Tcl provided it is a threaded build of Tcl. However, in order to build PHP, you will need to have AOLserver source av
    9 KB (1,381 words) - 04:22, 26 March 2007
  • AOLserver is a multithreaded, Tcl-enabled, massively-scalable and extensible web server tuned for large scale ...also has some special code paths designed to speed up processing of static pages (fastpath), though I don't use that very much, personally. Along with the
    10 KB (1,584 words) - 17:37, 4 September 2010
  • ...ge caching module and a web front-end to Jeffery Hobbs syntax highlighting tcl->html converter both of which will also be available to the AOLserver commu ...'fan' sites are pretty pathetic collections of occasionally updated static pages. As all the AOLserver folks know, there's a whole lot more that can be don
    2 KB (359 words) - 06:37, 13 October 2005
  • ...tart editing, you may want to read over the [[Formatting Rules]]. To find pages grouped by category, [[Special:Categories|start here]]. * [[Documentation]] -- Tcl and C API references, tutorials and guides.
    3 KB (382 words) - 15:07, 28 January 2014
  • # config-reference.tcl.txt -- ns_param pageroot $pageroot ;# Directory under which all pages live
    15 KB (1,857 words) - 09:54, 9 February 2009
  • ...med procedures aside here is the overview. My preference is to have each .tcl file impliment one collection of related functions. In this case all the c ...trouble mime-typing it) but I like to only use .html extentions for static pages. Maybe that's weird.
    7 KB (1,159 words) - 12:35, 24 March 2006
  • ** As of 1 August 2007, the HEAD revision contains "pools.tcl", which will handle many pre-4.5 configurations. ...l scripts to a proxy process connected via a pipe. The proxy includes core Tcl commands as well as AOLserver commands from the libnsd library. Evaluating
    11 KB (1,740 words) - 18:02, 18 July 2010
  • Man page: http://aolserver.com/docs/tcl/ns_ictl.html : ns_ictl - Manipulate and introspect Tcl interpreter internals
    19 KB (2,885 words) - 02:55, 11 November 2010
  • ...is relative to the caller's directory unless an absolute pathname is used. Tcl commands in the ADP are evaluated in a new scope one level below the caller ...s - cache of static text blocks, cache of parsed adp scripts and resulting tcl byte-code and cache of execution/output - implemented as follows:
    13 KB (1,743 words) - 08:01, 14 June 2010
  • ns_param crashcmd ns_crash ;# A Tcl command that dumps core. ns_param pageroot $pageroot ;# Directory under which all pages live
    25 KB (3,070 words) - 10:08, 26 December 2011
  • ...ere is no other solution then implement it inside nssock or implement some tcl code to manipulate all output buffer. ...o implement apache-compatible SSI (Server-side includes)? I have some old pages that use SSI that I'd like to move to my aolserver install but I don't have
    23 KB (3,545 words) - 15:05, 23 November 2009
  • blocks if necessary. The goal is to improve performance of pages which are nearly dynamic, i.e., pages where underlying data really
    13 KB (2,056 words) - 17:15, 5 January 2006