By tag: queues
0
kicks
Blacksmith - IronMQ Client Library (Fun with Queues)
I have been on a queueing kick lately, and have been looking for a software as a service provider that offers a queuing system in the cloud. The first obvious choices were: Windows Azure Service Bus and Amazon Simple Queue Service. I would most likely choose Windows Azure, just due to the fact that ...
0
kicks
Putting my IronMQ experiment under stress
A look at the things you run into when you have lots of threads pulling messages from a queue and processing them.
0
kicks
SQL Server 2005: How to successfully shoot yourself in the foot with S
What to do when your CPU is at 100%, your I/O is going nuts and you know Service Broker has something to do with it.
0
kicks
Centralized Asynchronous Auditing with Service Broker
Service Broker is a new feature in SQL Server 2005. It is an integrated part of the database engine and it provides queuing and reliable direct asynchronous messaging between SQL Server 2005 instances only. In the future this is planned to be extended to non-SQL Server instances. This article shows ...