I am trying to put together a basic Java proof-of-concept to have a server (which will most likely just be a Windows or Linux laptop) that can send messages to a number of WIFI-connected android devic
I am building this application in android using eclipse. I am building a program that takes a coded caesar cipher string and finds the number of shifts then sends back the decoded text. I have been h
When, exactly, does the BSD socket send() function return to the caller? In non-blocking mode, it should return immediately, correct?
i\'m currently trying to set up something like this: a server side windows wcf service hangs out and listens via tcp for connections from a client side windows service.
I\'m currently in the process of developing a C# Socket server that can accept multiple connections from multiple client computers. The objective of the server is to allow clients to \"subscribe\" and
I have a TCP server using boost asio. I have accepted a socket connection. How to get IP, Port of machine my server is communicating with?
i\'m using boost asio library to read the content from the tcp socket. My code looks like this std::string completeBuffer=\"\";
Our Windows app asks a 3rd party DLL to make a TCP connection to a server. We need to apply QoS parameters to this TCP connection, in order to reduce latency. Any ideas on how to do that? We\'re open
Platform: Window 2003 Server (64 bit), JBOSS 4.0.2, SQL Server 2005 On our production Environment, the JBOSS Application suddenly stops without any reason.
As far as I know I can only open 5 endpoints in an Azure application, but what if I open those ports dynamically? Example: I have a WorkerRole with an <Instances count=\"2\" /> , then the instan