Thomas Heller <[EMAIL PROTECTED]> wrote: ... > > and some technical issues such as threading (if COM client and server ... > I think that the latter problem (incompatible threading models in the same > process) are solved by COM apartments - aren't they?
"apartment" is one threading model, but it still means that your application and your in-process server must be compatible with it (again, we're discussing the fact that out-of-process servers, at a performance price, can do away with these minor limitations). Alex -- http://mail.python.org/mailman/listinfo/python-list