Tagged Questions

8
votes
5answers
3k views

Best way to simulate a WAN network

Simplified, I have an application where data is intended to flow over the internet between two servers. Ideally, I'd like to test at what point the software ceases to function. At what lowerbound ...
3
votes
2answers
1k views

oracle insert with many bind variables over WAN is very slow

we have problem with slow insert statement using 40 bind variables as columns values. It runs several seconds when running over WAN link and we were not able to nail down the problem, until we used ...
2
votes
1answer
169 views

TCP and UDP Socket Server on a WAN

I am attempting to create a server and client that utilizes both TCP and UDP. The server works very well in a LAN setting but the UDP messages are not being received when transmitted over a WAN. I ...
2
votes
1answer
200 views

How to pick a file I/O buffer size for reading a file in Windows?

While investigating some slow performance in my application while reading a file over a WAN, I noticed that copying that file in Windows Explorer was significantly faster. Some further investigation ...
1
vote
1answer
78 views

Networking - RIP routing WAN connection in Packet Tracer

Anyone here knows how to deal with networking? Here's my network scheme in Packet Tracer: How do I do the routing in CLI to connect those three routers? Note that the routers are in different ...
0
votes
0answers
36 views

SignalR issues with WebProxies or Accelerators?

Are there any known issues or incompatibilities with SignalR with a WebProxy or WAN Accelerators? I'm considering this technology for something that will be used across many different network ...
0
votes
1answer
51 views

create a LAN IP with a WAN IP [closed]

i have my local network with a router connected to the internet, i wonder if is possible to create another LAN ip with one external WAN IP? in conclusion: WAN IP xxx.xxx.xxx.xxx assign to 192.168.1.x ...
0
votes
2answers
93 views

Peer to peer via ip address for iOS

I have ip addresses of two different iOS Devices which are connected to Internet. Now, I want to establish a peer-to-peer connection between them. I had done this locally with Wifi and it worked ...
0
votes
2answers
158 views

Communication Pc-Phone

I'm quite new to android, but I have already created several apps and published, on the android market. But now I want to add an upgrade to my app. Basically, my app is a tracking software that ...
0
votes
2answers
194 views

WAN Optimization Resources

I'm looking for resources on writing software to do WAN optimization. I've googled this and searched SO, but there doesn't seem to be much around. The only things I've found are high-level articles in ...