> If AOLserver could make use of the VFS capabilities of Tcl > 8.4 then it could be included in a Starpack. If we could
VFS capabilities are one thing, which AOLServer should support (part of the core). To be included in a starkit or starpack (see http://wiki.tcl.tk/starkit) requires a thread-safe metakit, and I'm not 100% confident that it is after talking with Jean-Claude Wippler (author of metakit). That would be the one thing that needs verification. I do know that people have turned tclhttpd into a starpack, so such a thing is possible. Also, any extensions used have to either be statically built into the base kit or be stubs-based, as that is a starpack requirement (can't have dependencies on external Tcl/Tk libs). > Additionally, [incr Tcl] doesn't work inside AOLserver right > now. Does anybody know why? Does anybody know whether it > could be made to run correctly inside AOLserver? I don't know why, but xotcl does: http://www.xotcl.org/ If you don't already have a body of incr Tcl code, just use xotcl (more "Tao of Tcl" compatible in any case). Jeff Hobbs The Tcl Guy Senior Developer http://www.ActiveState.com/ -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
