Re: Design question
- From: Droopy <droopytoonnospam@xxxxxxxxxxx>
- Date: 20 Jan 2006 15:09:16 GMT
I already thought about using this function.
But the problem with this is that I need a table to filter out machines
that are not part of my application network.
Besides, I need to poll to get my machines list up-to-date.
Thanks for your answer.
> You need WNetEnumResource() AFAIK that yet not in Framework ( worth to
> check ) , but you can use interop
> ( like in
> http://www.thecodeproject.com/csharp/csenumnetworkresources.asp )
> Arkady
>
> "Droopy" <droopytoonnospam@xxxxxxxxxxx> wrote in message
> news:Xns9750A7284FBF4droopytoonnospamhotm@xxxxxxxxxxxxxxxxx
>> 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.
>
>
>
.
- References:
- Design question
- From: Droopy
- Re: Design question
- From: Arkady Frenkel
- Design question
- Prev by Date: Re: tcpclient/udpclient or sockets?
- Next by Date: Re: Design question
- Previous by thread: Re: Design question
- Next by thread: Re: Design question
- Index(es):
Relevant Pages
|
Loading