Jon Loeliger wrote:
I'm writing a network server that needs to accept many simultaneous client connections and keep track of them. I've written the base server parts, roughly in the style of the Apple Examples (SimpleNetworkStreamsExample). These examples, however, only allow one connected client. I need to manage several full duplex NSStream in/out pairs.
CocoaAsyncSocket is a nice building block. http://code.google.com/p/cocoaasyncsocket/ -- GG _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com