bchip
Expert Member
- Joined
- Mar 12, 2013
- Messages
- 1,299
Hi guys
Just hoping for a bit of advise on how to set something like this up.
I'm playing around with a project where I'd like to split an application over 2 computers,
the one collects and processes data and the
other one will take the processed data and use it for some calculations.
Doing all 3 processes on 1 computer can become a bit resource intensive, so I'd like to split it.
What is the best way to set this up (using C# .NET)
i.e What do I need to research to do this?
Is it a WCF type application?
Any guidance on this would be very much appreciated.
Just hoping for a bit of advise on how to set something like this up.
I'm playing around with a project where I'd like to split an application over 2 computers,
the one collects and processes data and the
other one will take the processed data and use it for some calculations.
Doing all 3 processes on 1 computer can become a bit resource intensive, so I'd like to split it.
What is the best way to set this up (using C# .NET)
i.e What do I need to research to do this?
Is it a WCF type application?
Any guidance on this would be very much appreciated.