I would like to start an investigation of client / server communications. I started looking at Distributed Objects and a bit on CFNetwork . Let me say that I am looking for something more than my speed (which is slower).
I would like to be able to send a message from one computer to another, possibly wrapping a string or some other type of data. I’m thinking of creating a simple student response system, where one computer acts as a server, and clients connect and send data to it.
I am looking for resources that can help me, as well as suggestions on where to start understanding the concepts in question. I taught myself Objective-C and am a relative newbie in programming, so I know that I have holes in my understanding.
source
share