Re: [IronPython] IPY and multitasking

2009-12-16 Thread Dino Viehland
spx?WorkItemId=25700 The DLR issue will probably get closed soon. > -Original Message- > From: users-boun...@lists.ironpython.com [mailto:users- > boun...@lists.ironpython.com] On Behalf Of Pavel Suhotyuk > Sent: Friday, November 13, 2009 1:01 AM > To: Discussion of IronPyth

Re: [IronPython] IPY and multitasking

2009-11-13 Thread Pavel Suhotyuk
I'm prepare simple test for problem demonstration. http://files.roinet.net/DLRTest.zip Module utils imported 6-7 times on 2x Dual-Core Opteron 2216 machine, but method IronPythonHelper.CreateScript() called one time. On Core 2 Quad this problem has detected 4 times. On Core 2 Duo problem has n

Re: [IronPython] IPY and multitasking

2009-11-12 Thread Dino Viehland
You're only using 1 ScriptEngine class? That should be fine based upon the code below but I just want to make sure I understand the scenario. Is citypay.utils being ran multiple times when you run the code in the multi-threaded scenario? If you have a console app you could put a print statemen