Hello Guys,
I have registered a component in MTS..
After 5-6 days, My server hangs due to excessive memory usage by the DLLHOSt.exe. I analysed the component in MTS and discovered that the component is never unloaded from MTS and still shows running.
My component acts as a data provider. I have initiazed the connection object in the class initialize event and closed it in the class terminate event.
I have set all my object references to nothing when they are not reqd.
Why is my COM+ component not unloaded after it is idle..?
Please Help
Thanx a lot in advance
Purav
mailpurav@yahoo.com
I have registered a component in MTS..
After 5-6 days, My server hangs due to excessive memory usage by the DLLHOSt.exe. I analysed the component in MTS and discovered that the component is never unloaded from MTS and still shows running.
My component acts as a data provider. I have initiazed the connection object in the class initialize event and closed it in the class terminate event.
I have set all my object references to nothing when they are not reqd.
Why is my COM+ component not unloaded after it is idle..?
Please Help
Thanx a lot in advance
Purav
mailpurav@yahoo.com