> It is not unthinkable that some parts of the library would not be > threadsafe. They could have some internal shared global variable > that keeps track of an intermediate state. > Some C string processing functions are not thread safe either.
While the only one how can answer this is Uche himself, I'm confident that this is not the case - modern OO-style apis associate state usually on a per-object base. And 4suite is heavily OO-styled. -- Regards, Diez B. Roggisch -- http://mail.python.org/mailman/listinfo/python-list