NetSocket 0.9 review

Download
by rbytes.net on

NetSocket is an Objective-C asynchronous TCP socket class that can simplify and even speed up networking in your application.

License: Freeware
OS: Mac OS X
File size: 129K
Developer: Blackhole Media
Price: $0.00
Updated: 02 Jun 2004
0 stars award from rbytes.net


NetSocket is an Objective-C asynchronous TCP socket class that can simplify and even speed up networking in your application. NetSocket buffers both reads and writes behind the scenes, this allows you to read the data at the most convenient time and not worry if a call to send will block or not.

Through a series of callbacks, a delegate is notified of socket events ( e.g. connected, disconnected, data available ). To make all of this possible, NetSocket uses new MacOS X networking APIs, mainly CFSocket ( part of the CoreFoundation CFNetwork API ).

NetSocket 0.9 search tags