I have an ActiveX EXE which which initilizes a
DLL and makes a number of calls to the same DLL Methods.
The problem is that, sometimes the "CreateObject" Statement
takes 5 minutes to complete. I also tried early binding with
"New" but same results. The DLL runs under COM+.
And both ACtiveX EXE and DLL are on a Remote Server
We use DCOM and COM+.
To be more specifc, there 15 times this CreateObject statements exceuted within the ActiveX EXE. ACtiveX EXE calls which creates this DLL are made from a a Client application. First 4 times it Creates the DLL Object without any problem (within 1 second). From the "FIFTH" time onwards it takes almost 5 minutes to "CREATE" the DLL object (Initilize)
Thanks,
AC
DLL and makes a number of calls to the same DLL Methods.
The problem is that, sometimes the "CreateObject" Statement
takes 5 minutes to complete. I also tried early binding with
"New" but same results. The DLL runs under COM+.
And both ACtiveX EXE and DLL are on a Remote Server
We use DCOM and COM+.
To be more specifc, there 15 times this CreateObject statements exceuted within the ActiveX EXE. ACtiveX EXE calls which creates this DLL are made from a a Client application. First 4 times it Creates the DLL Object without any problem (within 1 second). From the "FIFTH" time onwards it takes almost 5 minutes to "CREATE" the DLL object (Initilize)
Thanks,
AC