I need to write a client and a server in C# and the client needs to send a request to the server and if the server hasn\'t answered in 10 seconds, show a timeout message. The client and the server are
SERVER SIDE PROGRAM if(bind(sockfd, (struct sockaddr *) &serv_addr,sizeof(serv_addr)) <0) { error(\"Error in binding\");
This question already has answers here: Closed 11 years ago. Possible Duplicate: How can I make my own event in C#?
I am writing an application that fetches data from MS AX Dynamics once-in-a-very-long-while The issue with AX (or with the company I am working for) is that AX does not allow cross domains connection
HI all, I am designing an client - server application system. The Server provide 2 features: upload and download images. The clients (maybe Iphone, Android, WP7, ...) use these features to provide to
I\'m learning about TCP开发者_C百科/IP and am trying to use it to execute different commands on my server.
I am implementing a small database like MySQL.. Its a part of a larger project.. Right now i have designed the core database, by which i mean i have implemented a parser and i can now execute some b
public class tryget extends Activity { TextView result1; /** Called when the activity is first created. */
For an application in C, i need to response more than one clients. I setup the connection with a code like,
I am thinking to build a client server system, in which the server can receive user\'s code and compile it and return the result to the user. This system will be used for a local online programming co