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
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