[IronPython] Any known clr-interop concurrency issue ?

2008-05-09 Thread Sakesun Roykiattisak
Hi, I'm currently trouble-shooting concurrency issue in my IP server-application. I suspect that IP(1.1.1) has issue that concurrent calls to static method with certain argument-type can cause corruption. I'm going to try making a demonstration project tonight. However, to save my time, I w

Re: [IronPython] Any known clr-interop concurrency issue ?

2008-05-09 Thread Dino Viehland
n that you said it's related to argument-types - maybe re-using and mutating the same boxed value type? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sakesun Roykiattisak Sent: Friday, May 09, 2008 3:13 AM To: users@lists.ironpython.com Subject: [

Re: [IronPython] Any known clr-interop concurrency issue ?

2008-05-12 Thread Sakesun Roykiattisak
Oh.. You were right. It's a bug in my vendor framework. IronPython is totally safe in multithread environment. Thanks. On Fri, 09 May 2008 22:55:39 +0700, Dino Viehland <[EMAIL PROTECTED]> wrote: There shouldn't be any issues here or at least we haven't had any reported and it's not obvio