Tagged Questions

2
votes
1answer
33 views

Socket communication on a machine with more than 1 IP address

I have a service which listens for incoming connections on a TCP\IP port number say 7000. Also my machine is having more than 1 NIC cards and more than 1 IP address.( in other words i am having 2 …
0
votes
2answers
31 views

What am I missing? My app can send e-mail via gmail on my dev box, but not on my server

My config files are identical, except for connection strings. I'm using IIS on both machines I elevated the IIS user on the server to ensure it's not a permissions issue No exceptions are thrown on …
0
votes
2answers
21 views

Is MPI good for high-volume soft-realtime IPC ?

If I had a single server and I had two process types A(Many processes many threads) and B(one process n-threads with n-cpu's), and I wanted to send a LARGE amount of one-way messages from A to B. Is …
0
votes
0answers
43 views

python port forwarding server

Hi, I would like to make simple server that for instance listen (or mybe TCP) UDP port 162 (SNMP trap) and then forwards this traffic to multiple clients, also it is important that source port stays …
0
votes
0answers
36 views

Easiest “daytime” service client in Python?

What's the easiest way to write a daytime client in Python? And if there's more data of unknown size but still plain text - how do I read until the server closes the connection?
1
vote
1answer
20 views

netstat format question on Linux

Hi all: Seeing following output to netstat, what do (1)*:*, (2)*:8102, (3)*:ibm-db2 indicate respectively? Proto Recv-Q Send-Q Local Address Foreign Address State tcp …
1
vote
1answer
22 views

J2ME HttpConnection getResponseCode() blocks waiting answer from server on Nokia N97

Hello, I upload a file from a Nokia N97 phone to server, everything works fine but after file is uploaded I want to get response from server. The problem is that I get response only after half a …
1
vote
3answers
55 views

Create Wi Fi network by C++ or C# and Windows API

I want to create Wi-Fi network.The Server must get dynamically parameters to configure it's Wi-Fi adapter as access point and clients must get same parameters to connect to the server via Wi-Fi. How …
0
votes
1answer
26 views

Can a blackberry app access the internet without restrictions?

I'm about to develop an application for blackberry that transport some data through a native socket connection to a server. This can be done easily in Java but I was told the issue with this approach …
0
votes
1answer
27 views

Dynamic Ip Changer

I am a newbie VB.NET 2005 programmer. I would like to develop an application that does not show my real IP Address instead it shows some fake IP Address. There is a commercial Application called "HIDE …
0
votes
0answers
38 views

networking … [closed]

does anyone know where in the routers memory is startup config stored? need help so i asked again im not sure were can someone shed some light on this question instead of closing it
0
votes
1answer
29 views

Finding the systems connected in local network from iPhone?

Hi, I am developing an application which identifies(find) all the systems connected in same network/LAN to share the data. could please share with me how to identify(find) the systems which …
-2
votes
1answer
28 views

networking labs [closed]

need help on this question why do you turn the router off and on again at the end of a session i a netwroking lab?
-1
votes
0answers
26 views

router modes … [closed]

how do you draw a labeled block diagram showing the relationshop between various router modes can anyone show an example so i can have and i idea on what to do. thanks
0
votes
1answer
54 views

TCP Connect takes X100 longer than ping

I have a java process on machine A communicating with a Tomcat on machine B via TCP. The TCP connect (just the syn-syn/ack exchange) takes on the order of 100 ms consistently, while a ping request …

1 2 3 4 5 79 next
15 30 50 per page