I\'m currently designing an application which I will ultimately want to move to Windows Azure. In the short term, however, it will be running on a server which I will host m
Use Win32 Mailslots. They will be reliable on a single server, are easy to implement, and do not require any extra software.