Embedding Python, threading and scalability

Jeff Epler jepler at unpythonic.net
Thu Jul 10 18:54:28 EDT 2003


On Thu, Jul 10, 2003 at 03:54:14PM -0400, Aahz wrote:
> Other people have mentioned Perl and Tcl in this thread.  I wonder how
> they deal with the problem of loading DLLs with static data.

As far as I know, tcl enforces a one interpreter to one thread requirement.
An extension should have only thread-local data, using a Tcl-supplied API.

Jeff





More information about the Python-list mailing list