Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Two applications need to do limited communication
Message
 
To
14/08/2006 13:46:12
Keith Payne
Technical Marketing Solutions
Florida, United States
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
C# 2.0
Miscellaneous
Thread ID:
01145279
Message ID:
01145488
Views:
14
>>I am currently writing two applications that need to do some limited communication between themselves. The first application is the UI application and the 2nd application is a worker/processing application (might be running on a different server).
>>Sometimes I would like the 1st application to be able to tell the 2nd application to take a pause so that the 1st application can have full control.
>>At this stage I am gathering ideas on how this could be solved.
>>Any thoughts would be appreciated.
>>
>>Thanks,
>>Einar
>
>Einar,
>
>Make the worker/processing 'application' a Windows Service. Setting it up is quite easy when you use a Windows Service project template in VS.NET. Once that is set up, you can communicate with it using Microsoft Message Queue (which is built into 2000/XP and NT/2000/2003 server). The messaging is flexible and 'disconnected'.

Keith,
Yes the worker/processing application might turn into a windows service. I wrote a couple of windows services in 1.1, but I am not too familiar with M$ Message Queue. Does M$ Message Queue work accross a network (LAN, WAN or internet)? Do you have any good links or book references for M$ Message Queue?

Thanks,
Einar
Semper ubi sub ubi.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform