Async network (TCP/UDP) I/O
Async network (TCP/UDP) I/O
- Subject: Async network (TCP/UDP) I/O
- From: Alec Carlson <email@hidden>
- Date: Tue, 02 Apr 2002 14:06:51 -0600
All,
Any suggestions on the best way to implement async I/O for TCP/IP ? I've
looked at the cocoa-dev archives, OmniNetworking source, the EDInternet
source from ALX3000, the cocoa network documentation (what little there is),
Open Transport under cocoa and various unix sources.
It looks like I can create an NSFilehandle from a socket ID, and that may
give me async reads but not async writes. It also seems to support async
accepts for inbound TCP connections but it doesn't mention anything about
the listen queue depth and whether it will support multiple inbound
connects. So, before I reinvent the wheel, what is the best approach to
async I/O in cocoa for TCP/IP support in an internet app ?
Thanx -
Alec
-----------------------------------------------------------------------
Time is Short, and the Water Rises
-----------------------------------------------------------------------
_______________________________________________
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.