Click here to Skip to main content
15,897,968 members
Home / Discussions / C#
   

C#

 
GeneralRe: multi-thread multicast server Pin
Heath Stewart27-Dec-03 4:56
protectorHeath Stewart27-Dec-03 4:56 
GeneralCalling function in a C# dll from C++ code Pin
Member 78143724-Dec-03 17:05
Member 78143724-Dec-03 17:05 
GeneralRe: Calling function in a C# dll from C++ code Pin
Nick Parker24-Dec-03 19:57
protectorNick Parker24-Dec-03 19:57 
QuestionHow to find servers in a network Pin
Cristoff24-Dec-03 10:08
Cristoff24-Dec-03 10:08 
AnswerRe: How to find servers in a network Pin
leppie24-Dec-03 12:57
leppie24-Dec-03 12:57 
GeneralRe: How to find servers in a network Pin
nguyen_quoc_huy_vn24-Dec-03 16:24
nguyen_quoc_huy_vn24-Dec-03 16:24 
GeneralRe: How to find servers in a network Pin
leppie25-Dec-03 6:03
leppie25-Dec-03 6:03 
AnswerRe: How to find servers in a network Pin
LongRange.Shooter30-Dec-03 10:15
LongRange.Shooter30-Dec-03 10:15 
The question you are asking is really a very complex one, especially if you have no network internals knowledge. If it is a Windows network, the machines could be in a different workgroup (if you are workgrouping) or in a different domain (if you are doing domains).

If everyone including the servers are in the same group, and you cannot see half the machines, then it could very well be an internal router problem (if you have a large network and are using routers with virtual networks).

Also if you have a dynamic network, as in everyone uses DHCP, then the issues can be anything from the machines being misconfigured and do not see the DHCP server or someone really screwed up and there are two DHCP servers alive with completely different subnets defined. In that case your network is screwed up and needs to be fixed.

If you can only see half the machines in the network using your machine, than no software you write will ever see the machines either. Server discovery (asking to get a response of who is on the network) would be a stupid thing to incorporate into a base development language since it would open a HUGE barn door to hackers everywhere. (ala, the heist of the HalfLife 2 source code but much worse)

In previous applications I wrote code that worked with a specific sequence of servers (basically a primary and fallback server). I'd try to connect to primary. If an exception was raised that indicated no response, I attempted to connect to the fallback server. If I could not connect to either, then the application would not run.

_____________________________________________
The world is a dangerous place.
Not because of those that do evil,
    but because of those who look on and do nothing.

Generalsites Pin
hebzzz24-Dec-03 8:04
hebzzz24-Dec-03 8:04 
GeneralRe: sites Pin
Kentamanos24-Dec-03 8:11
Kentamanos24-Dec-03 8:11 
GeneralSites Pin
hebzzz24-Dec-03 7:56
hebzzz24-Dec-03 7:56 
GeneralRe: Sites Pin
Kentamanos24-Dec-03 7:59
Kentamanos24-Dec-03 7:59 
GeneraleneSites Pin
hebzzz24-Dec-03 7:56
hebzzz24-Dec-03 7:56 
GeneralRe: eneSites Pin
Heath Stewart27-Dec-03 4:51
protectorHeath Stewart27-Dec-03 4:51 
GeneralHID USB - Mag Card Reader Interaction Pin
nitesh11524-Dec-03 5:43
nitesh11524-Dec-03 5:43 
GeneralRe: HID USB - Mag Card Reader Interaction Pin
Kentamanos24-Dec-03 7:07
Kentamanos24-Dec-03 7:07 
GeneralRe: HID USB - Mag Card Reader Interaction Pin
nitesh11526-Dec-03 8:51
nitesh11526-Dec-03 8:51 
GeneralRe: HID USB - Mag Card Reader Interaction Pin
Kentamanos26-Dec-03 8:53
Kentamanos26-Dec-03 8:53 
GeneralRe: HID USB - Mag Card Reader Interaction Pin
Heath Stewart27-Dec-03 4:47
protectorHeath Stewart27-Dec-03 4:47 
GeneralTreeview Pin
mhmoud rawas24-Dec-03 1:05
mhmoud rawas24-Dec-03 1:05 
GeneralRe: Treeview Pin
Heath Stewart27-Dec-03 4:43
protectorHeath Stewart27-Dec-03 4:43 
GeneralRe: Treeview Pin
Heath Stewart27-Dec-03 5:34
protectorHeath Stewart27-Dec-03 5:34 
GeneralRe: Treeview Pin
mhmoud rawas27-Dec-03 18:09
mhmoud rawas27-Dec-03 18:09 
GeneralRe: Treeview Pin
Heath Stewart28-Dec-03 3:16
protectorHeath Stewart28-Dec-03 3:16 
GeneralDataAdapter.Fill progress Pin
Alex Korchemniy23-Dec-03 18:30
Alex Korchemniy23-Dec-03 18:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.