Explain queued components.

Answers were Sorted based on User's Feedback



Explain queued components...

Answer / krishna akkulu

COM+ includes a new feature?queued components?that makes it
a great fit for browser-based applications that use SQL
Server.
COM+ queued components can help with system resource
management.

Is This Answer Correct ?    0 Yes 0 No

Explain queued components...

Answer / kriba

Queued Components, a key feature of COM+ and based on
Microsoft Message Queuing Services (MSMQ), provides an easy
way to invoke and execute components asynchronously.
Processing can occur without regard to the availability or
accessibility of either the sender or receiver. A home
shopping network is an example of the type of application
that might benefit from asynchronous processing. In this
asynchronous, disconnected scenario where viewers phone in
to several operators, orders are taken en masse and are
then queued for later retrieval and processing by the
server.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COM DCOM Interview Questions

What is the difference, if any, between OLE and COM?

3 Answers  


What happens when client calls CoCreateInstance?

2 Answers   Cap Gemini,


Suppose we have object B and aggregated object C (in- proc server), created by B. Can you access any interface of B from C?

0 Answers  


Explain queued components.

2 Answers  


When you call CoInitialize(NULL) function how it works internally.

8 Answers  






where can i use pmcmd commands of informatica

1 Answers  


Explain object pooling?

1 Answers   HCL,


Futures of COM

3 Answers   MIT,


how to call a dll as a COM dll?

0 Answers  


what is oops

11 Answers   Accenture,


Does .net replace com?

0 Answers  


What is reference counting in com?

0 Answers  


Categories