Hi Jamie ! Here is a (short list about extensions I've been working on to get them running under various versions of AOLserver:
1. Tcl threading extension. It implements nice thread-abstraction, has C-level threadpools, an objectified nsv replacement and some other goodies. It complements the AOLserver offering for the Tcl (thread) programmer and is (IMHO) more advanced in some cases. Can be compiled as both stock Tcl-extension or as AOLserver module (--with-aolserver). It is part of the Tcl project on SF. I'm currently on 2.5 version and this one supports 3.x series. I'm going to make a 2.5.1 release shortly which will support 4.x servers as well. 2. XOTcl This is OO-extension to Tcl, much more powerful than (more widely known) incrTcl. It allows you to write complex libraries with great code rs-use. It is also much better suited to Tcl idea (dynamic) then the incrTcl, which is more leaned to C++. See more on http://www.xotcl.org. It can be compiled as AOLserver modules (--with-aolserver) for the 3.x series (up to the 1.0.0 release) and is "package require"-savvy for 4.0 and later for the upcoming 1.0.2 (due in couple of days). 3. tdom This is a very compact and fast XML, DOM, XPath and XSLT processor with a nice Tcl API. See more on www.tdom.org. A nice feature: it allows yoo to share DOM trees between threads. In one of the future releases, it will also cache complex XLST transformations in shared memory which is geared towards high-performace server-side XSLT processing. It also has a very handy way of building any kind of DOM trees using Tcl commands (not using Tcl append!). It can be compiled as AOLserver modules (--with-aolserver) for the 3.x series (up to the 0.7.5 release) and is "package require"-savvy for 4.0 and later with 0.7.6 release (will be done in couple of days). This is at the moment all that I have. We might release some other modules as the time goes by which may be interested for the AOLserver community. I'll keep you informed. Cheers, Zoran I. To remove yourself from this list: Send a message to "[EMAIL PROTECTED]" with the following text in the BODY of your message: signoff aolserver II. For a complete list of listserv options please visit: http://listserv.aol.com/ III. For more AOLserver information please visit: http://www.aolserver.com/
