+---------- On Sep 20, Peter M. Jansson said:
> I thought the interp kept data in the keys of the pthread, so I didn't
> think interps could migrate across threads -- I thought this was why
> AOLserver didn't keep the thread pool model.

Tcl keeps a small amount of data in thread-local storage, but I think
it's safe to let an interp migrate across threads.

Reply via email to