We have a production environment that has two web servers using load balancing and an application server running MTS and DCOM. We have a dll that is invoked by a service that runs every half hour. Originally we had the dll in MTS but removed it. The ap is acting appropriately, but the connections to the database (DB2) are recording as 'Connect Complete' and are not being released.
Our test environment is not running DCOM and contains only one server, otherwise everything else is the same. The connections in our test environment are not being left open. I put the object back in MTS on the production server and the Connections once again appear to be released. Can anyone explain this to me? (I posted in DCOM/COM Forum also)
Our test environment is not running DCOM and contains only one server, otherwise everything else is the same. The connections in our test environment are not being left open. I put the object back in MTS on the production server and the Connections once again appear to be released. Can anyone explain this to me? (I posted in DCOM/COM Forum also)