Explain queued components.
Answers were Sorted based on User's Feedback
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 |
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 |
What should QueryInterface functions do if requested object was not found?
Explain object pooling?
When you call CoInitialize(NULL) function how it works internally.
How to Use structs in COM interfaces when Automation compatibility is not an issue?
Let?s assume we have object B and aggregated object C (in- proc server), created by B. Can you access any interface of B from C? What?s the difference between aggregated and contained objects?
Explain transaction atomicity?
where can i use pmcmd commands of informatica
What are the different compatibility types when we create a COM component?
C is aggregated by B, which in turn aggregated by A. Our client requested C. What will happen?
How do we create dcom object in vb6?
What are queued components?
Suppose we have object B and aggregated object C (in- proc server), created by B. Can you access any interface of B from C?