Click to See Complete Forum and Search --> : How to increase the efficiency of COM code components in MTS


praveenkumar
February 11th, 2000, 09:02 AM
Hi,

I am using VB6 as User serivce, COM as business service and Oracle as database.

When I access database through COM code components(withour MTS), it is pretty fast. But when these
components are placed in MTS, speed reduces.

Can you give suggestions to increase the efficiency of COM code components in MTS.

Praveen

Robert Fernando
February 11th, 2000, 03:01 PM
MTS is an additional layer inbetween the ones you are already using. MTS incorporates authentication, if you are certain you can authenticate at your user level then you can minimize authentication at the MTS Level.

I haven't tried this, but you should get some
sort of performance benefit by minimizing MTS security (via MMC).