Hi..
We are having a serious peformance problems calling an MTS object from a base Client i.e. (it takes about 10-20 seconds to Created a reference to the MTS Dll.)
Configuration is.. MTS & SQL Server on same machine and part of a NT 4.0 cluster.
Client's are base clients located on a Terminal Server box connecting to the MTS Components via DCOM.
We have narrowed the problem down to the CreateObject call from the client. Declaring the object AS NEW is just as slow.
e.g. Dim obj as component.
Set obj = CreatObject("Dll.Classname".. This line of code hangs for at least 10 seconds.. However, once the MTS Object is created, calling this line of code again is Istantaneous..
We would greatly appreciate any help on the matter...!
We are having a serious peformance problems calling an MTS object from a base Client i.e. (it takes about 10-20 seconds to Created a reference to the MTS Dll.)
Configuration is.. MTS & SQL Server on same machine and part of a NT 4.0 cluster.
Client's are base clients located on a Terminal Server box connecting to the MTS Components via DCOM.
We have narrowed the problem down to the CreateObject call from the client. Declaring the object AS NEW is just as slow.
e.g. Dim obj as component.
Set obj = CreatObject("Dll.Classname".. This line of code hangs for at least 10 seconds.. However, once the MTS Object is created, calling this line of code again is Istantaneous..
We would greatly appreciate any help on the matter...!