Re: Socket Connections
Re: Socket Connections
- Subject: Re: Socket Connections
- From: Jake MacMullin <email@hidden>
- Date: Mon, 29 Apr 2002 17:38:35 +0930
I find the socket APIs in Java to be really easy - In fact, there is a
great book called 'Programming in Java' by Bruce Eckel (which is free on
the web) that has some simple Java socket examples - with no more than
10 or so lines of code, you can create a socket, accept connections
etc.. Because you can use Cocoa in Java this option seems ideal.
Regards,
Jake MacMullin
On Monday, April 29, 2002, at 02:50 PM, Nathan Zamecnik wrote:
Hello, I'm new to this list so sorry if this was just
covered....although my
searches indicate it has not. My question is does anyone have a good
resource on the net or have information on socket programming in Cocoa.
Basically, I want to know how to initilize a new socket to listen and
allow
other sockets to connect to it and send it a simple message, such as a
string. Does each new socket have to be put into a new thread to allow
multiple connections? Any information on setting up sockets would be
great,
thanx.
-NAteZ
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.