In the 'ns_cond wait' command: http://www.aolserver.com/docs/devel/tcl/tcl-api.adp#ns_cond
What is the mutex lock FOR? Do I need to use one mutex per cond/event, or one mutex per thread per event, or what? The docs - "The lockid argument is the id of a mutex lock." - are notably unhelpful, and a quick look at the C implementation didn't really tell me just how that mutex lock is used. Thanks! -- Andrew Piskorski <[EMAIL PROTECTED]> http://www.piskorski.com
