in an iPhone app, I have a socket connection through wifi, and I need to read from inputStream and write to outputStream. The problem is that stream management is event-driven, and I have to wait for
I have some fairly boiler-plate Ruby code (running on Linux) which sends a GET request to a server ...
I am getting this error in my php script , while sending payload data. Warning: stream_socket_client() [function.stream-socket-client]:
I am having an application which listens on a particular RPC Port number say 10001 for connection with another device(hardware) using socket programming.
I\'m new to Python (I have been programming in Java for multiple years now though), and I am working on a simple socket-based networking application (just for fun). The idea is that my code connects t
For a web server, the socket connection are kept alive to save overhead. At which point the server should start to drop connection that doesn\'t开发者_JAVA百科 have pending request and based on what p
How can I tell if a read socket buffer is full or a write socket buffer is empty? Is there a way I can get the status of a socket buffer without a system call?
Is there an API function on Linux (kernel 2.6.20) which can be used to check if a given TCP/IP port is used - bound and/or connected ?
I\'m writing a java package that will be called by another languag开发者_如何学JAVAe (matlab).If my matlab process ends, I want the Java process to keep running.Whenever matlab starts again, it should
I am currently working on a project that will act like a Online selling website such as Amazon, or Ebay in a very small scale. I was wondering if anyone could point me in the right direction on how to