L
localhost
I have a class that inherits from System.EnterpriseServices, instances
exist in a COM+ object pool (Win2K COM+ Server Application). There is
one primary method in the class for connection to various database
sources.
Will I get any benefit by adding these attributes to the data-getting
method:
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.NoInlining)]
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.Synchronized)]
Thanks.
exist in a COM+ object pool (Win2K COM+ Server Application). There is
one primary method in the class for connection to various database
sources.
Will I get any benefit by adding these attributes to the data-getting
method:
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.NoInlining)]
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.Synchronized)]
Thanks.