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

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

8 Answers  


what is oops

11 Answers   Accenture,


Can you explain what is dcom?

0 Answers  


What is a moniker ?

3 Answers  


Do COM keep track of all the object references(Accounting)?

3 Answers   Microsoft,






What are queued components?

0 Answers  


What is IUnknown? What methods are provided by IUnknown?

3 Answers   IBM,


Once I have developed the com wrapper do I have to still register the com in registry?

0 Answers  


What are the purposes of AddRef, Release and QueryInterface functions

2 Answers  


how do you know it is general dll or com dll

5 Answers  


How can would you create an instance of the object in COM

2 Answers  


what is mean by scintific,commercial and business applications? How they differ? Please answer me. Advance thanks.

0 Answers   Excel,


Categories