On 16.12.2006, at 17:15, Stephen Deasey wrote:
Yeah, pretty sure. You can only use Tcl objects within a single interp, which is restricted to a single thread, but general ns_malloc'd memory chunks can be passed around between threads. It would suck pretty hard if that wasn't the case.
Interesting... I could swear I read it that you can't just alloc in one and free in other thread using the Tcl allocator. Well, regarding the nedmalloc, I do not know, but I can find out...
