Click here to Skip to main content
15,913,941 members
Home / Discussions / COM
   

COM

 
GeneralOut-of-process COM server Pin
sergeyv200219-Aug-04 6:07
sergeyv200219-Aug-04 6:07 
GeneralRe: Out-of-process COM server Pin
darkbyte19-Aug-04 6:38
darkbyte19-Aug-04 6:38 
GeneralRe: Out-of-process COM server Pin
Jörgen Sigvardsson19-Aug-04 14:09
Jörgen Sigvardsson19-Aug-04 14:09 
GeneralRe: Out-of-process COM server Pin
sergeyv200220-Aug-04 2:44
sergeyv200220-Aug-04 2:44 
GeneralRe: Out-of-process COM server Pin
Jörgen Sigvardsson20-Aug-04 2:45
Jörgen Sigvardsson20-Aug-04 2:45 
GeneralRe: Out-of-process COM server Pin
Milton Karimbekallil22-Aug-04 18:30
Milton Karimbekallil22-Aug-04 18:30 
GeneralDiff between COM and COM+ Pin
Ravi S.V.18-Aug-04 19:45
Ravi S.V.18-Aug-04 19:45 
GeneralRe: Diff between COM and COM+ Pin
Milton Karimbekallil22-Aug-04 20:36
Milton Karimbekallil22-Aug-04 20:36 
hi ravi..

actually com+ is a framework which enhances the usage and scope of com components. Its not a binary standard like COM or a next version of COM. Its just the next vrsion of MTS.

In com, a dll is an inproc server. but by adding that inproc dll to the com+ framework we can make it out of process for scalability, almost similar to surrogates in com

Hope u r more familiar with Vb than vc, So consider the case of vb com method UpdateSales, in which u uses the ado connection object for transaction handling. here suppose u call some other two, three methods within UpdateCustomer and these internal fns: also uses transaction. Her the internal functions commited the transactions inside.
Then in the outer fn: suppose u want to roll back the transactions, tehn u can roll back only those transactions in the outr fn:, u can't roll back the transactions in the inner fns: that alredy got committed.

But COM+ is smart enough to handle this situation. Just group all these COM methods into a single transaction in COM+. Suppose the outer method need a rollback , then COM+ will roll back the transactions alredy committed in the previous COM methods also.

Not only thsi transaction handling.. Message queing, queud components, event subsscribing and lot more..... As a bottom line COM+ is for distributed, scalable thin client app development, the NextGen of Client-Server development paradigm..

rgds... mil0.
GeneralRe: Diff between COM and COM+ Pin
Anonymous27-Aug-04 12:35
Anonymous27-Aug-04 12:35 
GeneralRe: Diff between COM and COM+ Pin
satish chandra G27-Aug-04 12:35
susssatish chandra G27-Aug-04 12:35 
GeneralLost access to COM server from IIS JScript Pin
darkbyte18-Aug-04 7:17
darkbyte18-Aug-04 7:17 
GeneralRe: Lost access to COM server from IIS JScript Pin
Milton Karimbekallil22-Aug-04 20:16
Milton Karimbekallil22-Aug-04 20:16 
GeneralRe: Lost access to COM server from IIS JScript Pin
darkbyte23-Aug-04 7:28
darkbyte23-Aug-04 7:28 
GeneralRe: Lost access to COM server from IIS JScript Pin
Milton Karimbekallil23-Aug-04 21:19
Milton Karimbekallil23-Aug-04 21:19 
GeneralRe: Lost access to COM server from IIS JScript Pin
darkbyte27-Aug-04 13:30
darkbyte27-Aug-04 13:30 
GeneralRe: Lost access to COM server from IIS JScript Pin
Milton Karimbekallil29-Aug-04 19:49
Milton Karimbekallil29-Aug-04 19:49 
GeneralSemi-Newbie on IDL file Pin
RChin18-Aug-04 0:54
RChin18-Aug-04 0:54 
GeneralRe: Semi-Newbie on IDL file Pin
RChin18-Aug-04 2:10
RChin18-Aug-04 2:10 
GeneralRe: Semi-Newbie on IDL file Pin
BadJerry19-Aug-04 1:07
BadJerry19-Aug-04 1:07 
GeneralRe: Semi-Newbie on IDL file Pin
RChin19-Aug-04 1:27
RChin19-Aug-04 1:27 
Generalcom programming Pin
LacrimaMosa18-Aug-04 0:33
LacrimaMosa18-Aug-04 0:33 
GeneralRe: com programming Pin
BadJerry18-Aug-04 8:02
BadJerry18-Aug-04 8:02 
GeneralRe: com programming Pin
LacrimaMosa19-Aug-04 2:29
LacrimaMosa19-Aug-04 2:29 
GeneralRe: com programming Pin
LacrimaMosa20-Aug-04 0:23
LacrimaMosa20-Aug-04 0:23 
GeneralRe: com programming Pin
BadJerry20-Aug-04 0:31
BadJerry20-Aug-04 0:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.