Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Performance Issues in MTS

Status
Not open for further replies.

sut

Programmer
Jun 6, 2001
12
0
0
US
Does any body has a statistics on the performance of MTS if we call a VB component to add / update / delete a record to/from the table (or tables having average number of fields)?
I would like to know how much time and storage space MTS would take to do above transactions for an instance of a single component.

Thanks
Smita

 
Smita -

I don't have any actual numbers, but if you design your COM+ applications according to the Microsoft design suggestions, it's actually pretty fast. The biggest limitation is using Visual Basic 6, because it doesn't do free threading (and thus can't be pooled). For ultimate performance (until .NET comes out), you'll have to write your components in C++.

Chip H.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top