Design question
- From: Droopy <droopytoonnospam@xxxxxxxxxxx>
- Date: 19 Jan 2006 15:26:02 GMT
Hi,
I write a C# application that is "routing" messages (from other C#
applications) to other machines using Sockets.
To route these messages, each machines has to know the existence of all
others.
I need a kind of up-to-date "machines table".
Machines can appear or disappear from that list at any moment.
I want a "simple" way of handling this.
Should I use Tcp, Udp, Win API, Directory service, ... ?
Shoud each machine have its own copy of the machines table or should I use
a server (with automatic failover solution) ?
I am using VS2003 C# on Win XP.
Thanks in advance.
.
- Follow-Ups:
- Re: Design question
- From: m
- Re: Design question
- From: Vadym Stetsyak
- Re: Design question
- From: Arkady Frenkel
- Re: Design question
- Prev by Date: Re: UDP related question
- Next by Date: Re: multiple WSAStartup with versions
- Previous by thread: Re: multiple WSAStartup with versions
- Next by thread: Re: Design question
- Index(es):
Relevant Pages
|
Loading