Torgeir Johansen a �crit : >I have been able to successfully use my .NET DLL (written in C#) using >python 2.4 and the Python for .NET DLLs. I basically have one python module >implementing a class that is using methods from my C# DLLs. > >My test application (singlethreaded) ran great, but when integrating the >python module that uses the .NET DLLs in a multithreaded program, one call >to a .NET function just hangs. All threads are hanging, and I get no >response using CTRL+C. > >I have debugged my application using ntsd, and I do not see any bad >behaviour from my called DLLs. Are there some issues with locking/unlocking >mechanism when calling functions from .NET DLLs ? > >
Yes there are...And I don't know if they are due to interaction between python and .net, or only to python. I submitted a bug recently on python.org: http://sourceforge.net/tracker/index.php?func=detail&aid=1169108&group_id=5470&atid=105470 >Regards Torgeir > >_________________________________________________ >Python.NET mailing list - [email protected] >http://mail.python.org/mailman/listinfo/pythondotnet > > > > _________________________________________________ Python.NET mailing list - [email protected] http://mail.python.org/mailman/listinfo/pythondotnet
