Microsoft Message Queuing Services (MSMQ)
A technology that enables a developer to create
applications that rely on asynchronous data transfer.
The data passed between client and server is recorded
in a message and stored in a local or remote queue
until the recipient can process it. A local listener
alerts the affected application component to the
presence of the message in the queue. A player interprets
the content of the message for the application
component so that the application component can
react to it. The asynchronous application support
provided by MSMQ has a number of useful applications
including disconnected application support
and load balancing.
MIME
See Multipurpose Internet Mail Extensions
Modifier
An addition that changes the way that a command,
utility, interface, programming instruction, or other
computer technology works. When used with a
command or a utility, a modifier changes the way a
command line switch works, the way the application
processes data, the way the user perceives or
interacts with the data, or the way the application
outputs information. When used with a programming
instruction, a modifier can change the internal
workings of the instruction or provide amplifying
information to the instruction.
Pages:
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411