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
ltiple times. > -Original Message- > From: users-boun...@lists.ironpython.com [mailto:users- > boun...@lists.ironpython.com] On Behalf Of Pavel Suhotyuk > Sent: Thursday, November 12, 2009 7:23 AM > To: Discussion of IronPython > Subject: [IronPython] IPY and mul

[IronPython] IPY and multitasking

2009-11-12 Thread Pavel Suhotyuk
I have this collection of methods: -- public static class IronPythonHelper { public static ScriptEngine CreateScriptEngine(IEnumerable paths) { var langSetup = ScriptRuntim