Tagged Questions
Programming associated with creating and managing networks as well as adding network connectivity to a (set of) programs.
108
votes
24answers
77k views
What browsers support HTML5 WebSocket API?
I am going to develop an instant messaging application that runs in the browser.
What browsers support the WebSocket API?
100
votes
9answers
16k views
What are good resources for learning HTML 5 WebSockets?
What are good resources for learning HTML 5 WebSockets?
38
votes
6answers
19k views
Netty vs Apache MINA
Pros/Cons of using either ? They both provide roughly the same functionality. Which should I choose to develop my high performance TCP server ?
38
votes
7answers
2k views
Game network physics collision
How to simulating two client-controlled vehicles colliding (sensibly) in a typical client/server setup for a network game? I did read this eminent blog post on how to do distributed network physics in ...
36
votes
10answers
6k views
Why is it impossible, without attempting I/O, to detect that TCP socket was gracefully closed by peer?
As a follow up to a recent question, I wonder why it is impossible in Java, without attempting reading/writing on a TCP socket, to detect that the socket has been gracefully closed by the peer? This ...
30
votes
11answers
11k views
What do you use when you need reliable UDP?
If you have a situation where a TCP connection is potentially too slow and a UDP 'connection' is potentially too unreliable what do you use? There are various standard reliable UDP protocols out ...
29
votes
11answers
11k views
Creating a web server in pure C
Im doing a little project on my university which now involves in creating a Webserver only using C. I know a little about the HTTP 1.1 and i've created a webserver in C# before.
However, I'd like to ...
24
votes
1answer
291 views
Does epoll(), do its job in O(1)?
Wikipedia says
unlike the older system calls, which
operate at O(n), epoll operates in
O(1) [2]).
http://en.wikipedia.org/wiki/Epoll
However, the source code at fs/eventpoll.c on ...
20
votes
2answers
21k views
java.net.URLEncoder.encode(String) is deprecated, what should I use instead?
I get the following warning when using java.net.URLEncoder.encode:
warning: [deprecation] encode(java.lang.String)
in java.net.URLEncoder has been deprecated
What should I be using instead?
...
18
votes
4answers
631 views
How should I architect my (mostly) text-based game server?
Think MUDs/MUCKs but maybe with avatars or locale illustrations. My language of choice is ruby.
I need to handle multiple persistent connections with data being asynchronously transferred between ...
16
votes
2answers
2k views
Best architecture for an iOS application that makes many network requests?
I'm in the process of rethinking my approach to the request architecture of a large app I'm developing. I'm currently using ASIHTTPRequest to actually make requests, but since I need many different ...
16
votes
6answers
10k views
What's the simplest way to call Http GET url using Delphi?
There's a web services I want to call in my application, I can use it with importing the WSDL or by just use "HTTP GET" with the URL and parameters, so I prefer the later because it's simple thing.
I ...
14
votes
9answers
37k views
Ping a site in Python?
The basic code is:
from Tkinter import *
import os,sys
ana= Tk()
def ping1():
os.system('ping')
a=Button(pen)
ip=("192.168.0.1")
a.config(text="PING",bg="white",fg="blue")
a=ping1.ip ???
...
13
votes
7answers
2k views
Rewriting Live TCP/IP (Layer 4) (i.e. Socket Layer) Streams
I have a simple problem which I'm sure someone here has done before...
I want to rewrite Layer 4 TCP/IP streams (Not lower layer individual packets or frames.) Ettercap's etterfilter command lets ...
13
votes
4answers
517 views
How can I simulate TCP/IP errors?
On a multi-tier application, I need to simulate various TCP/IP errors to test some reconnection code. Does anyone know of any tools (Windows based) I can use for this purpose? Thanks.
12
votes
2answers
265 views
Broadcasting UDP packets using multiple NICs
I'm building an embedded system for a camera controller in Linux (not real-time). I'm having a problem getting the networking to do what I want it to do. The system has 3 NICs, 1 100base-T and 2 ...
12
votes
2answers
180 views
N*(connect + send + close) vs (Nagle disable + connect + N*send + close) , N > 1
I'm new to socket programming (as you already figure out by my silly question), but keeping my shame aside, I'm writing a program using TCP posix. My constrain is the following: The message to be sent ...
12
votes
4answers
3k views
what is the difference between read() and recv() , and between send() and write()?
what is the difference between read() and recv() , and between send() and write() in socket programming ? performance and speed and other behavior.
12
votes
3answers
17k views
UNIX nonblocking I/O: O_NONBLOCK vs. FIONBIO
In every example and discussion I run across in the context of BSD socket programming, it seems that the recommended way to set a file descriptor to nonblocking I/O mode is using the flag to fcntl(), ...
11
votes
2answers
3k views
TCPClient vs Socket in C#
I don't see much use of TCPClient, yet there is a lot of Socket? What is the major difference between them and when would you use each?
I understand that .net socket are written on top of WINSOCK, ...
11
votes
3answers
877 views
Testing network interrupts in software
I have a network C++ program in Windows that I'd like to test for network disconnects at various times. What are my options?
Currently I am:
Actually disconnecting the network wire from the back ...
11
votes
4answers
2k views
How Do Sockets Work in C?
I am a bit confused about socket programming in C.
You create a socket, bind it to an interface and an IP address and get it to listen. I found a couple of web resources on that, and understood it ...
10
votes
2answers
193 views
What does the abbreviation “s_”, “ai_”, “sin_”, “in” (if such) in the IP structures mean?
Pretty simple questions. And yes, maybe not (that) important, but I'm really curious what do they mean and I couldn't find their meanings.
// ipv4
struct sockaddr_in {
short int ...
10
votes
6answers
936 views
how to count bytes sent and received per TCP connection (system-wide)?
e.g. recent versions of TCPView has such functionality: showing bytes sent/received per TCP connection (counting starts when TCPView is launched). is it possible w/o packet sniffering? does windows ...
10
votes
2answers
277 views
Distributed message passing in D?
I really like the message passing primitives that D implements. I have only seen examples of message passing within a program though. Is there support for distributing the messages over e.g. a ...
10
votes
6answers
3k views
Best Game network programming articles and books [closed]
What are good resources for the latest in Game network programming. I'm looking for something that's not the traditional business software network programming, talking about RPC and clients making ...
10
votes
3answers
2k views
Comparing HTTP and FTP for transferring files
What are the advantages (or limitations) of one over the other for transferring files over the Internet?
(I am aware of secure forms of both protocols. I'd like to hear comparisons through personal ...
10
votes
3answers
2k views
POSIX cancellation points
Can anyone point me towards a definitive list of POSIX cancellation points?
I was just about to answer a question on stackoverflow and realised I didn't know my stuff well enough! In particular, are ...
10
votes
9answers
22k views
What is the optimal size of a UDP packet for maximum throughput?
I need to send packets from one host to another over a potentially lossy network. In order to minimize packet latency, I'm not considering TCP/IP. But, I wish to maximize the throughput uisng UDP. ...
9
votes
3answers
323 views
What is a socket, physically?
I always prefer the pyhsical meaning of a programming concept to its logical meaning. So here comes this question.
As I review the socket programming paradigm, I noticed that what the bind(), ...
9
votes
4answers
408 views
What happens when we say “listen to a port”?
When we start a server application, we always need to speicify the port number it listens to. But how is this "listening mechanism" implemented under the hood?
My current imagination is like this:
...
9
votes
3answers
3k views
How send raw ethernet packet with C#?
Is there a way to send raw packet Ethernet to other host via C#? In Windows 7 if it makes difference.
9
votes
9answers
312 views
Network connection setup in constructor: good or bad?
I'm working on a class that handles interaction with a remote process that may or may not be available; indeed in most cases it won't be. If it's not, an object of that class has no purpose in life ...
9
votes
2answers
7k views
Using SO_REUSEADDR - What happens to previously open socket?
In network programming in unix, I have always set the SO_REUSEADDR option on the socket being used by server to listen to connections on. This basically says that another socket can be opened on the ...
9
votes
3answers
21k views
Android (Java) network programming resources
I would like to develop an application for Android which would transfer data through TCP connection.
Does anyone know for any good example or book where client-server connection example could be ...
9
votes
9answers
2k views
How to simulate network failure for test purposes (in C#)?
I'm building what could be called the DAL for a new app. Unfortunately, network connectivity to the database is a real problem.
I'd like to be able to temporarily block network access within the ...
9
votes
9answers
1k views
Java RMI Resources
Hi everyone I am currently undertaking a project that involves extensive use of Java RMI and I was wondering if anyone is aware of any good resources about it.
The problem I am having with the ...
9
votes
4answers
5k views
How do I set the socket timeout in Ruby?
How do you set the timeout for blocking operations on a Ruby socket?
9
votes
3answers
6k views
Patterns for Multithreaded Network Server in C#
Are there any templates/patterns/guides I can follow for designing a multithreaded server? I can't find anything terribly useful online through my google searches.
My program will start a thread to ...
9
votes
13answers
3k views
Artificially create a connection timeout error
I've had a bug in our software that occurs when I receive a connection timeout. These errors are very rare (usually when my connection gets dropped by our internal network). How can I generate this ...
8
votes
6answers
456 views
Creating a high-performance network server in C++
I need to create a network server in C++ for a trading application. This network server needs to perform the following tasks:
handle authentication of clients and provide session id for each
...
8
votes
2answers
147 views
C# opening unavailable network path with Process.Start()
I'm opening directories over network using:
System.Diagnostics.Process.Start(path); // path = UNC network path
But having 2 network paths:
\\This_PC_Does_Not_Exist\dir
\\This_PC_Is_Turned_Off\dir
...
8
votes
2answers
199 views
What is “Sim blocking” (seen in tomcat doc)?
I saw the following description in the official tomcat configuration documentation (APR connector description omitted):
Java Blocking Connector Java Nio Blocking Connector
...
8
votes
14answers
995 views
Getting started with client-server networking
I'm a good programmer, but I have zero network experience.
Basically, I'd like to get into client-server networking. For example, I'd like to try getting a server process going which allows clients ...
8
votes
2answers
824 views
Web server on port 80 on iPhone
I've been working on a project for awhile and it's got a built-in HTTP server which runs on port 8080. The users are told to access the device via e.g. http://192.168.1.4:8080/ -- works great. ...
8
votes
4answers
1k views
Why is writing a closed TCP socket worse than reading one?
When you read a closed TCP socket you get a regular error, i.e. it either returns 0 indicating EOF or -1 and an error code in errno which can be printed with perror.
However, when you write a closed ...
8
votes
5answers
4k views
List the IP Address of all computers connected to a single LAN
I am writing a program where you connect, for various reasons, to other computers in a LAN. However, rather than having to input the IP address for multiple computers (a pain in the butt), I was ...
8
votes
10answers
2k views
How can I learn _really_ low-level network programming?
So I want to learn all about networks. Well below the socket, down to raw sockets and stuff. And I want to understand hubs, routers, access points, etc. For example, I'd like to be able to write my ...
8
votes
5answers
2k views
8
votes
6answers
3k views
Writing a socket-based server in Python, recommended strategies?
I was recently reading this document which lists a number of strategies that could be employed to implement a socket server. Namely, they are:
Serve many clients with each thread, and use ...