VB and VC++ dll performance w/in MTS 
Author Message
 VB and VC++ dll performance w/in MTS

Hello All,

It is my understanding that components added to MTS packages all run
as free threaded components using the MTS private instancing model,
not COM instancing (for which VB has been passed ridiculed).  I know
this is true with COM servers written in VB.  This would seem to show
that a recent apartment threading model descent, perhaps diseminated
by VC++ guys wanting to save face and employment, has no foundation in
fact.  This descent coming from some in the industry is no longer
concerning runtime code interpretation or use of in-proc servers or
function pointers, but of threading.  In the case of MTS components,
is not the MTS process handling the threads that instanciate
components for both VB and VC++ dlls in exactly the same way?  Surely
MTS is not looking at the pre-compiled language that wrote the COM and
handling client threads differently based on language?

Has anyone some examples of any performance differences between MTS
components written in VB 6 versus those written in VC++?  Requesting
hard data here, no subjective views or conjecture pls.

Thanks,

Charlie

Charles Ferebee
MCSD, MCSE, MCP + I, MCT



Fri, 11 Jan 2002 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. VB6 dll Performance Problem under MTS

2. problem: vc++ dll and vb

3. Need help passing a DC handle from vb to a vc++ dll

4. Calling VC++ programs and VC created dlls from VB

5. use dlls created with vc++ in vb

6. Performance -- VC++ v. VB 4.0

7. Performance problem with MTS and VB COM

8. Can you debug VB - MTS component in VC?

9. VC++ DLL throws an exception OLEAUT.DLL when used in VB.

10. Need help passing a DC to a vc++ dll

11. making dll for vb5 with vc++

12. passing vb5 arrays of strings to a vc++ 5 C dll

 

 
Powered by phpBB® Forum Software