CDV ❯ Create new Pass by Value implementation of DMI
-
New Feature
-
Status: Open
-
3 Minor
-
Resolution:
-
-
-
serverteam
-
Reporter: steve
-
August 08, 2007
-
0
-
Watchers: 0
-
April 15, 2011
-
Description
In DMI we currently create shared objects for all parameters and the method containing object itself. This is unnecessary and expensive. Change it to pass the parameters by value unless they are already shared objects. And always pass the Method container object by value