I am using Socket connection to establish connections in my application. I have a problem when establishing the tunnel with the server: the connection is being closed 开发者_运维问答automatically afte
I have 2 sets of code for you to look at, both are available at PasteBin here: First is my c# Socket server: http://pastebin.com/wvT4f19m
I made an application that connects to the socket server. I tested it successfully on blackberry devices on the edge conn开发者_如何学Goection. But I faced a problem in ZAIN SA. I am always getting IN
Short task description: I want one signed in user to be able to send an instant short plain text message to another signed in user. The solution needs to be easily scalable and not too resource demand
im new to both C and C# language and i would appreciate anyhelp/feedback on the following issue. Basically, im trying to make a socket connection in different programming languages. the client side h
I\'m creating a server/client echo program. The client reads a string, sends to the server and the server sends the string back to the client.
I\'m trying to stream a video (H264) across a network on iOS. However, I\'m getting the video data(NSData) into a buffer through an open socket to the remote server (using serverSocket), so I don\'t h
I\'m doing some threaded asynchronous networking experiment in python, using UDP. I\'d like to understand polling and the select python module, I\'ve never used them in C/C++.
This question already has answers here: Closed 11 years ago. Possible Duplicate: Are parallel calls to send/recv on the same socket valid?
I\'m trying to attach a Tkinter widget to a pygtk application and I\'ve looked into some ways of doing this.First there was gtk.Plug and gtk.Socket, but I wasn\'t able to find any examples outside of