Re: socket sample in cocoa
Re: socket sample in cocoa
- Subject: Re: socket sample in cocoa
- From: Aram Greenman <email@hidden>
- Date: Mon, 24 Mar 2003 13:37:07 -0800
On Monday, March 24, 2003, at 10:09 AM, Georges Engelmann wrote:
Hello,
Anyone got a sample of a server socket (+client) in cocoa (w/ obj c)
(w/ multi-threading, but not necessary)
Check out my AGSocket framework at
<
http://sourceforge.net/projects/agkit>. It provides a wrapper around
CFSocket which allows you to handle multiple connections without
multithreading. The source code includes documentation and a client
example, you shouldn't have too much problem setting up a server from
there. Use -listenOnAddress: to set up the server socket, and implement
-socket:acceptedChild: in the delegate.
Aram
_______________________________________________
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.