|
-
February 11th, 2000, 10:02 AM
#1
How to increase the efficiency of COM code components in MTS
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
-
February 11th, 2000, 04:01 PM
#2
Re: How to increase the efficiency of COM code components in MTS
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).
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|