Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Two applications need to do limited communication
Message
From
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:
01145388
Views:
17
>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'.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform