I have been researching and have some few ideas about a distributed caching system for a i开发者_开发问答n memory key-value store with replication and all the jazz associated. SO I wanted to know from
I\'m building a system for monitoring several large web sites (resources), using distributed web services controlled by a central controller.
I\'m having trouble creating a port in Unix. This code keeps returning \"Error creating socket (3)\", which makes no sense whatsoever, since sockfd must be smaller than 0 to print the error line.
Are there any .net classes that allow for controlling an internet connection? Such as connecting/disconnecting开发者_高级运维 from a wireless connection?
How can I enumerate all machine names and IPs of remote computers in the local network ? Note: NOT on Windows (how to d开发者_C百科o that one finds via google), I need something that works on Linux !
I want to continuously transfer bulk of data between an iPhone app and a desktop app. (e.g. to capture the full screen, and show it on iPhone screen at real-time). What\'开发者_JS百科s the best way to
I am trying to understand how are file descriptors related to sockets. As per my understanding, you listen on a particular file descriptor, once a connection comes in , you accept it , which returns y
I suddenly find myself wondering this question, is it possible in java to hijack a socket? say a server is listening on port 5000, would it be possible to write a java programme to listen on port 500
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
What would be the best method for configuring OS X Network Proxy preferences in Objective C? If anyone has any code examples that would be very helpful.