 |
| Did You Know
|
| VDI
will work onsite to develop or participate in the
development of any project |
|
|
ASYNCHRONOUS MESSAGE QUEING
|
| Service
Broker is a new technology in Microsoft SQL Server
2005 that helps database developers build secure,
reliable, and scalable applications. Because Service
Broker is part of the Database Engine, administration
of these applications is part of the routine administration
of the database. |
Service
Broker provides queuing and reliable messaging for
SQL Server and is used both for applications that
use a single SQL Server instance and applications
that distribute work across multiple instances.
Within a single SQL Server instance, Service Broker
provides a robust asynchronous programming model.
Database applications typically use asynchronous
programming to shorten interactive response time
and increase overall application throughput.
Service Broker also provides reliable messaging
between SQL Server instances and helps developers
to compose applications from independent, self-contained
components called services. Applications that require
the functionality exposed in these services use
messages to interact with the services. Service
Broker uses TCP/IP to exchange messages between
instances and includes features to help prevent
unauthorised access from the network and to encrypt
messages sent over the network. |
|