Explain queued components?
Answer / swapna
The queued components service enables you to create
components that can execute asynchronously or in
disconnected mode.
Queued components ensure availability of a system even when
one or more sub-systems are temporarily unavailable.
Consider a scenario where salespeople take their laptop
computers to the field and enter orders on the go.
Because they are in disconnected mode, these orders can be
queued up in a message queue. When salespeople connect back
to the network, the orders can be retrieved from the
message queue and processed by the order processing
components on the server.
Is This Answer Correct ? | 0 Yes | 0 No |
What is availability?
Explain JIT activation?
What is durability?
Define availability?
What is the difference between com architecture and .net architecture?
What is the new three features of COM+ services, which are not there in COM (MTS) ?
What happens when we instantiate a .NET component ?
Is it true that COM objects no longer need to be registered on the server?
How to make a net component talk to a com component?
Explain what are wrapper classes?
How CCW and RCW is working?
Is the COM architecture same as .Net architecture? What is the difference between them?