Re: [IronPython] Questions and Best Practices for Script Runtime and Script Engine

2008-10-08 Thread Dino Viehland
iables, doing conversions, etc... From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marty Nelson Sent: Wednesday, October 08, 2008 3:10 PM To: users@lists.ironpython.com Subject: [IronPython] Questions and Best Practices for Script Runtime and Script Engine I have a ScriptingServic

[IronPython] Questions and Best Practices for Script Runtime and Script Engine

2008-10-08 Thread Marty Nelson
I have a ScriptingService static class that reuses the same ScriptRuntime instance. Is there any reason not to do this? What would be the boundary conditions at which I would want to use a different ScriptRuntime? Does the call to scriptRuntime.GetEngine("py") always return the same engine i