Forum OpenACS Q&A: Response to Using [incr Tcl] with AOLserver

Collapse
Posted by Dan Mascenik on
Believe it or not, I'm actually interested in some of the non-thread-safe properties of [incr Tcl] running with AOLserver.  To test thread safety, how did you get the two to work together?  Did you need to call "package require Itcl" in the private Tcl libraries, or were you able to make this one of the default packages available with AOLserver's Tcl interpreter?  Or did you need to call "package require Itcl" on the individual pages where [incr Tcl] was being used?