0
votes
2answers
57 views
WCF, client can’t connect unless on same machine
Hello,
I have a simple ASP.NET web app which uses a WCF Client to talk to a simple WCF backed Windows Service.
All worked fine in local environments. We deployed to dev, which also worked fine. …
0
votes
3answers
97 views
WCF Server Push connectivity test. Ping()?
Using techniques as hinted at in:
http://msdn.microsoft.com/en-us/library/system.servicemodel.servicecontractattribute.callbackcontract.aspx
I am implementing a ServerPush setup for my API to get …
0
votes
1answer
48 views
Server application have to make pings to N clients. Is there way to make it multithreaded?
I write server application (Windows Server 2003) making upto 1000 ping calls to clients and waiting for receive responses. As ping uses ICMP connection, I've found no way to define from which IP the …
1
vote
3answers
181 views
Android: How to check if the server is available?
Hi,
I am developing an application which connects to the server. By now the login and data transmission works fine if theserver is available. The problem arises when the server is unavailable. In …
9
votes
14answers
3k views
JavaScript: How to detect that the internet connection is offline?
How to detect that the internet connection is offline in JavaScript?
1
vote
3answers
105 views
Smart methods for an Embedded Linux device to detect Internet connectivity
Our team is developing a Internet Media device based on Linux 2.6. Currently we detect whether Internet connectivity is established (via a wired Ethernet i/f) by pinging www.google.com
Some networks …
1
vote
4answers
124 views
How to test if web site written in ASP.Net still alive?
Hi
I need to write a simple WinForms apps that can be fired to test if a website is still alive and that that website is able to read from a database.
I am using the whole …
1
vote
2answers
89 views
.net Connectivity to mainframe
Can any one please suggest me the best approach to connect to mainframe from .net.
I have to develop an web application, in which i have to follow NIEM standards for data exchange between two end …
3
votes
6answers
222 views
C++ Database Connectivity?
Hey, I want to know how to connect databases with C++? Any cross-platform solution which supports many databases? I know about SQLAPI++ but its a shareware... so any free one? What solutions do I have …
1
vote
2answers
179 views
Triangular mesh topology
Hi,
I've got a triangular mesh class which contains a list of nodes (2d in my case but that shouldn't matter) and a list of faces. Each face is a triangle and it only contains the indices into the …
0
votes
0answers
37 views
network connectivity weirdness (local net but no internet) [closed]
Here is my situation: I have a computer (A Dell) with a Broadcom ethernet card and an Intel Wireless card. The wireless card is disabled, the Broadcom enabled. The broadcom card has a dedicated IP …
0
votes
0answers
125 views
odd jdbc connection hanging problem : network issues? How to fix?
Hi,
One of our customers has a newish problem: the application grinds to halt. Thread dump shows that all threads are hanging on network IO in jdbc calls.
We/I have never seen these 'network IO' …
3
votes
7answers
1k views
Cannot connect to SQL Server remotely or locally after reboot
After some network maintenance last weekend, we had some trouble with our development server which led to us restart it. Some updates were installed during the restart, which may or may not have been …
2
votes
7answers
518 views
Check if a server is available
Hi,
I'm looking for a way to check if a server is still available.
We have a offline application that saves data on the server, but if the serverconnection drops (it happens occasionally), we have to …
1
vote
4answers
390 views
Users can’t connect remotely to MySQL
Problem
Users from other IPs on the (Windows XP) LAN suddenly cannot connect to my local MySQL server.
Background
I've set up MySQL on my local Windows computer so that other computers on the …
