network

How to monitor applications status using .NET?

I have to develop a system that monitors applications runnig in a network. It should collects informations about the status of applications as well as sends alerts in case of problems. I choose to develop this application on .NET. Please indicates me if there is any APIs for that purpose or any ideas that can help me to begin. If you su...

How can I monitor active computers on my network in ASP.NET?

How can I know which machines are alive on the same LAN as my PC using ASP.NET? ...

Computer A can reach network web service, while computer B can't. Any ideas?

You'll have to pardon me as I wasn't sure where to place this. This overlaps in the areas of C# Web Services and Network/Security management I suppose. I have a server that runs various web applications. One of them is a web service. The account everything runs under is a local account on the machine. It is not a domain account. I don't...

Why are these folders' share names appended with dollar signs?

I've recently come into a web development position with a company who just lost their server/network admin. Though I was hired for web development, I'm being asked to do some routine maintenance tasks on the server that I'm nonetheless having trouble with, having no background in this sort of stuff. It doesn't help that we've lost all co...

Network theory and MVC

I've designed an MVC that doesn't allow communication between Views (forms). If a form needs to communicate with another form, it raise an event on the controller, which other forms can subscribe to. The general idea is to keep paths of communication to a minimum, helping keep complexity down. Each View communicates with the RootContr...

Windows Mobile Emulator networking to host machine

I'm trying to do some Windows Mobile dev in VS2008. The WM app is making a WCF call (or trying to). The emulator and my WCF server are running on the same desktop PC. I found some details about how to configure the network card on the WM5 emulator in conjunction with Virtual PC2007. This does allow me to now surf the net view the emulat...

What happens to not accepted connection?

Assume a listening socket on localhost:80 and a client connecting using: telnet localhost 80 The problem is that I want only to accept a limited number of concurrent clients, assume only one. After that I simply don't accept any. The problem that I saw using: netstat -a is that next client connection was established. Yes I don't proce...

What is the best way to implement communication between game-server and game-agents over the internet?

I am planning to create a site that provides several games for self written game-agents. There will be a Tic-Tac-Toe for example (and some more complex games of course). Programmers can register their agents and from time to time there will be a tournament. The gameserver will contact the registered agents, present the board and ask for...

Paging from a remote share

Let's say that I have an application running on Windows XP that is "launched" from a mapped network drive. When a page fault is triggered by the execution of this application and a code page needs to be read from disk, assuming it's not in the pagefile, will Windows go out to the mapped network share to read the necessary code page in f...

Good way to send a large file over a network in C#?

I am trying to build an application that can request files from a service running on another machine in the network. These files can be fairly large (500mb + at times). I was looking into sending it via TCP but I'm worried that it may require that the entire file be stored in memory. There will probably only be one client. Copying to a...

Most bandwidth efficient unidirectional synchronise (server to multiple clients)

What is the most bandwidth efficient way to unidirectionally synchronise a list of data from one server to many clients? I have sizeable chunk of data (perhaps 20,000, 50-byte records) which I need to periodically synchronise to a series of clients over the Internet (perhaps 10,000 clients). Records may added, removed or updated only at...

If a site has 2 load balancers for redundancy reason, which one should the DNS points to?

If I simply point to both in my DNS record, wouldn't 50% of traffic be in trouble as well? ...

Why does my Web Service call only work if you "watch" the connection?

Okay this is a real headscratcher. I have an application which calls a web service. It is a valid web service that pulls some data from a SQL server db, whacks it into an XML document and returns it to the Winforms app for processing. This works fine in debug. It fails when you run it normally but it does so returning specific data th...

Should I use Perl or Python for network monitoring?

I want to have some work done on the Network front, pinging numerous computers on a LAN and retrieving data about the response time. Which would be the most useful and productive to work with: Perl or Python? ...

subversion server vs. network repository access through tortoise

Hi all, There are currently 5 developers on my team and we all access a repository through a shared drive on computer X which is on our network. Since we all have access to computer X, and we can manage who has and who doesn't have access to computer X, we can manage who can access our repository. My question is this: If I set up a ...

how to create a performance management system that adjust available services based on current load?

how to create a performance management system that adjust available services based on current load? any idea lets say I have too many people accessing one page of my website ? how can I build a system which can disable some services for a while (automatically) to save the server from being dawn. because some services parts of the webs...

How do you create a network share on a remote Mac disk?

Is it possible to set up a folder on a remote Mac disk (in this case a Time Capsule) as a "network share"? I don't see anything in the Airport Utility to do this. The root directory seems to be a share, but I need a sub-directory to also be a share. The background to this is that I have a Sonos audio system that can use local network ...

What are some good resources for learning network programming?

I recently started attending two classes in school that focus on networking, one regarding distributed systems and another regarding computer networks in general. After completing the first labs for the two classes, I now have a pretty good understand of network protocol and socket concepts with both C and Java. Now I'm trying to move b...

C# Application over a Network

I have run into a few cases where i have been asked to deploy an application (C#, .Net 2.0) to a server and users need to test the application over the network. I have found the following that works with out any hitches other than a warning telling you "hey your running this over a network are you sure you want to do this?": %systemroot...

Question about IP Multicasting?

Hi i am on creating streaming application. in that i am using IP Multicasting. Tell me how to validate the client before adding it in the group. is that anything i have to do with IGMP? ...