Click here to Skip to main content
15,885,695 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Friends,

I am working on an application in which I need to query a group of machines who are free, so that I can transfer files there and those machines can execute those files. Then I need the execution results from those machines and need to update a database with the results.

Please suggest a best approach to communicate between machines. I am using Asp.net, C#, Remoting etc for this.

Thanks,
Jagjot
Posted

1 solution

A dead easy way is to use Message Queue (MSMQ) with WCF:

http://archive.msdn.microsoft.com/msmqpluswcf/Release/ProjectReleases.aspx?ReleaseId=78[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900